ARTS
2.2.66
|
Helper macros for debugging. More...
#include <iostream>
Go to the source code of this file.
Macros | |
#define | DEBUG_ONLY(...) __VA_ARGS__ |
#define | DEBUG_COUNTER(n) |
#define | DEBUG_PRINT(e) |
#define | DEBUG_VAR(e) |
#define | DEBUG_VAR_FLT(p, e) |
#define DEBUG_COUNTER | ( | n | ) |
#define DEBUG_ONLY | ( | ... | ) | __VA_ARGS__ |
Definition at line 37 of file debug.h.
Referenced by antenna1d_matrix(), check_agenda_data(), cloudboxSetAutomatically(), define_md_map(), GasAbsLookup::Extract(), get_ppath_abs(), interp(), iy_interp_cloudbox_field(), mixer_matrix(), and ppath_start_stepping().
#define DEBUG_PRINT | ( | e | ) |
#define DEBUG_VAR | ( | e | ) |