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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Timo Koch
dune-common
Commits
c83ef38e
Commit
c83ef38e
authored
18 years ago
by
Markus Blatt
Browse files
Options
Downloads
Patches
Plain Diff
grr
[[Imported from SVN: r4600]]
parent
97b07a76
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/geometrytype.hh
+1
-2
1 addition, 2 deletions
common/geometrytype.hh
common/stdstreams.hh
+1
-1
1 addition, 1 deletion
common/stdstreams.hh
with
2 additions
and
3 deletions
common/geometrytype.hh
+
1
−
2
View file @
c83ef38e
...
...
@@ -27,8 +27,7 @@ namespace Dune {
simplex
,
//!< Simplicial element in any nonnegative dimension
cube
,
//!< Cube element in any nonnegative dimension
pyramid
,
//!< Four sided pyramid in three dimensions
prism
,
//!< Prism element in three dimensions
undefined
prism
//!< Prism element in three dimensions
};
private
:
...
...
This diff is collapsed.
Click to expand it.
common/stdstreams.hh
+
1
−
1
View file @
c83ef38e
...
...
@@ -61,7 +61,7 @@ namespace Dune {
* If the level of a stream is bigger than this value
* it will be activated.
*/
static
const
DebugLevel
MINIMAL_DEBUG_LEVEL
=
3
;
static
const
DebugLevel
MINIMAL_DEBUG_LEVEL
=
4
;
/**
* @brief The level of the very verbose debug stream.
...
...
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