ARTS 2.5.11 (git: 725533f0)
workspace_global_data.h
Go to the documentation of this file.
1#ifndef workspace_global_data_h
2#define workspace_global_data_h
3
4#include "wsv_aux.h"
5
6namespace global_data {
8
9extern map<String, Index> WsvMap;
10} // namespace global_data
11
12#endif // workspace_global_data_h
This can be used to make arrays out of anything.
Definition array.h:31
Array< WsvRecord > wsv_data
Definition workspace.cc:22
std::map< String, Index > WsvMap
Definition workspace.cc:24
Auxiliary header stuff related to workspace variable groups.