Go to the documentation of this file.
34 #include <sys/times.h>
45 #define SWITCH_OUTPUT(x,y) \
47 ostringstream so_os; \
50 case 0: out0 << so_os.str(); break; \
51 case 1: out1 << so_os.str(); break; \
52 case 2: out2 << so_os.str(); break; \
53 case 3: out3 << so_os.str(); break; \
54 default: throw runtime_error ("Output level must have value from 0-3"); \
65 struct tms cputime_start;
66 clock_t realtime_start;
67 struct tms cputime_end;
73 template<
typename T>
void
152 const Index& only_allocated,
void Print(const T &x, const Index &level, const Verbosity &verbosity)
WORKSPACE METHOD: Print.
#define SWITCH_OUTPUT(x, y)
The structure to describe a propagation path and releated quantities.
Declarations having to do with the four output streams.
Propagation path structure and functions.
Header file for special_interp.cc.
void PrintWorkspace(Workspace &ws, const Index &only_allocated, const Index &level, const Verbosity &verbosity)
INDEX Index
The type to use for all integer numbers and indices.
Header file for work with HITRAN collision induced absorption (CIA).
This file contains the definition of String, the ARTS string class.
The global header file for ARTS.