make stxxl run quiet (works with latest version from trunk only)

This commit is contained in:
Dennis Luxen 2010-07-26 09:46:03 +00:00
parent 1f8235ec98
commit 7f63a84295

View File

@ -25,6 +25,10 @@ using namespace std;
#define VERBOSE(x) x
#define VERBOSE2(x)
#ifdef STXXL_VERBOSE_LEVEL
#undef STXXL_VERBOSE_LEVEL
#endif
#define STXXL_VERBOSE_LEVEL -100
typedef unsigned int NodeID;
typedef unsigned int EdgeID;