Skip to content
Snippets Groups Projects
Commit c83ef38e authored by Markus Blatt's avatar Markus Blatt
Browse files

grr

[[Imported from SVN: r4600]]
parent 97b07a76
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment