make stxxl run quiet (works with latest version from trunk only)
This commit is contained in:
parent
1f8235ec98
commit
7f63a84295
@ -25,6 +25,10 @@ using namespace std;
|
|||||||
|
|
||||||
#define VERBOSE(x) x
|
#define VERBOSE(x) x
|
||||||
#define VERBOSE2(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 NodeID;
|
||||||
typedef unsigned int EdgeID;
|
typedef unsigned int EdgeID;
|
||||||
|
Loading…
Reference in New Issue
Block a user