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,
INDEX Index
The type to use for all integer numbers and indices.
Header file for work with HITRAN collision induced absorption (CIA).
void Print(const T &x, const Index &level, const Verbosity &verbosity)
WORKSPACE METHOD: Print.
Declarations having to do with the four output streams.
void PrintWorkspace(Workspace &ws, const Index &only_allocated, const Index &level, const Verbosity &verbosity)
The global header file for ARTS.
Header file for special_interp.cc.
Propagation path structure and functions.
The structure to describe a propagation path and releated quantities.
#define SWITCH_OUTPUT(x, y)
This file contains the definition of String, the ARTS string class.