Browse Source

Extra method

Former-commit-id: 44b165558d
tempestpy_adaptions
sjunges 9 years ago
parent
commit
4f1b8f12f0
  1. 5
      src/utility/macros.h

5
src/utility/macros.h

@ -131,6 +131,11 @@ do { \
} \
} while (false) \
#define STORM_GLOBAL_LOGLEVEL_ERROR() \
do { \
storm_runtime_loglevel = STORM_LOGLEVEL_ERROR; \
} while(false)
#define STORM_GLOBAL_LOGLEVEL_INFO() \
do { \
storm_runtime_loglevel = STORM_LOGLEVEL_INFO; \

Loading…
Cancel
Save