Skip to content
Snippets Groups Projects
Commit 3efbf2bb authored by Christian Engwer's avatar Christian Engwer
Browse files

make stdstreams work without config.h

[[Imported from SVN: r5009]]
parent 0dca1d24
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,9 @@ namespace Dune {
* If the level of a stream is bigger than this value
* it will be activated.
*/
#ifndef DUNE_MINIMAL_DEBUG_LEVEL
#define DUNE_MINIMAL_DEBUG_LEVEL 4
#endif
static const DebugLevel MINIMAL_DEBUG_LEVEL = DUNE_MINIMAL_DEBUG_LEVEL;
/**
......
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