diff --git a/common/geometrytype.hh b/common/geometrytype.hh index 7ac491ad4480cacecd34f13ca04dc8262172b00e..40d801ed2b65ae7a067aa77a3e5c9f2d0d8380f4 100644 --- a/common/geometrytype.hh +++ b/common/geometrytype.hh @@ -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: diff --git a/common/stdstreams.hh b/common/stdstreams.hh index 6ce9adb4fd1d330e073613856b7bce236ea643f0..bc228e87fdb568146061510e9076ce872026a1f3 100644 --- a/common/stdstreams.hh +++ b/common/stdstreams.hh @@ -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.