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
19e8783e
Commit
19e8783e
authored
11 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
Minor fixes related to previous cleanup commits.
parent
1ef0ad8b
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
cmake/modules/CheckCXX11Features.cmake
+0
-1
0 additions, 1 deletion
cmake/modules/CheckCXX11Features.cmake
cmake/modules/DuneCommonMacros.cmake
+1
-2
1 addition, 2 deletions
cmake/modules/DuneCommonMacros.cmake
dune/common/array.hh
+1
-1
1 addition, 1 deletion
dune/common/array.hh
with
2 additions
and
4 deletions
cmake/modules/CheckCXX11Features.cmake
+
0
−
1
View file @
19e8783e
...
...
@@ -4,7 +4,6 @@
# Sets the follwing variables:
#
# HAVE_NULLPTR True if nullptr is available
# HAVE_ATTRIBUTE_ALWAYS_INLINE True if attribute always inline is supported
# HAS_ATTRIBUTE_UNUSED True if attribute unused is supported
# HAS_ATTRIBUTE_DEPRECATED True if attribute deprecated is supported
# HAS_ATTRIBUTE_DEPRECATED_MSG True if attribute deprecated("msg") is supported
...
...
This diff is collapsed.
Click to expand it.
cmake/modules/DuneCommonMacros.cmake
+
1
−
2
View file @
19e8783e
...
...
@@ -3,12 +3,11 @@
# all dependent modules
#
# Specifically it configure the DUNE debug streams and
# tests whether
std::shared_ptr,
LAPACK and BLAS are available.
# tests whether LAPACK and BLAS are available.
#
include
(
DuneStreams
)
dune_set_minimal_debug_level
()
include
(
CheckSharedPtr
)
if
(
Fortran_Works
)
# search for lapack
find_package
(
LAPACK
)
...
...
This diff is collapsed.
Click to expand it.
dune/common/array.hh
+
1
−
1
View file @
19e8783e
...
...
@@ -8,8 +8,8 @@
\brief Fallback implementation of the std::array class (a static array)
*/
// Include system implementation of array class if present
#include
<array>
#include
<iostream>
namespace
Dune
{
...
...
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