Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Leibner
dune-common
Commits
da61be50
Commit
da61be50
authored
11 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
[bugfix] Fix various small errors in English text
parent
158b6343
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config.h.cmake
+1
-1
1 addition, 1 deletion
config.h.cmake
m4/dune_tr1_headers.m4
+1
-1
1 addition, 1 deletion
m4/dune_tr1_headers.m4
m4/parmetis.m4
+3
-3
3 additions, 3 deletions
m4/parmetis.m4
with
5 additions
and
5 deletions
config.h.cmake
+
1
−
1
View file @
da61be50
...
...
@@ -34,7 +34,7 @@
/* does the compiler support
__attribute__
((
unused
))
? */
#cmakedefine HAS_ATTRIBUTE_UNUSED 1
/* Define to 1 if the <array> C++11 is available and support array::fill */
/* Define to 1 if the
header
<array>
from
C++11 is available and support
s
array::fill */
#cmakedefine HAVE_ARRAY 1
/* Define if you have a BLAS library. */
...
...
This diff is collapsed.
Click to expand it.
m4/dune_tr1_headers.m4
+
1
−
1
View file @
da61be50
...
...
@@ -18,7 +18,7 @@ AC_DEFUN([DUNE_TR1_HEADERS], [
dune_cv_array_cplusplus0x=no)
])
AS_IF([test "x$dune_cv_array_cplusplus0x" != "xno"],
[AC_DEFINE([HAVE_ARRAY], 1, [Define to 1 if the <array> C++0x is available and support array::fill])
[AC_DEFINE([HAVE_ARRAY], 1, [Define to 1 if the
header
<array>
from
C++0x is available and support
s
array::fill])
])
AC_CACHE_CHECK([whether integral_constant conforming to C++11 is supported], dune_cv_integral_constant_cplusplus11, [
AC_COMPILE_IFELSE([
...
...
This diff is collapsed.
Click to expand it.
m4/parmetis.m4
+
3
−
3
View file @
da61be50
...
...
@@ -69,9 +69,9 @@ AC_DEFUN([DUNE_PATH_PARMETIS],[
ac_save_CPPFLAGS="$CPPFLAGS"
ac_save_LIBS="$LIBS"
#
c
all IMDX_LIB_METIS directly and not via AC_REQUIRE
# because AC_REQUIRE
support
not allow parameters
#
w
ithout any parameters a missing METIS would halt configure
#
C
all IMDX_LIB_METIS directly and not via AC_REQUIRE
# because AC_REQUIRE
does
not allow parameters
.
#
W
ithout any parameters a missing METIS would halt configure
IMMDX_LIB_METIS(,[true])
## do nothing if --without-parmetis is used
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment