Go to the documentation of this file.
34 #include <sys/times.h>
44 #define SWITCH_OUTPUT(x,y) \
46 case 0: out0 << y << "\n";break; \
47 case 1: out1 << y << "\n";break; \
48 case 2: out2 << y << "\n";break; \
49 case 3: out3 << y << "\n";break; \
50 default: throw runtime_error ("Output level must have value from 0-3"); \
62 template<
typename T>
void
141 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.
This file contains the definition of String, the ARTS string class.
The global header file for ARTS.