ARTS
1.0.222
|
Global variable definitions that depend on the automatically generated header file wsv.h. More...
#include "arts.h"
#include <map>
#include "array.h"
#include "auto_wsv.h"
#include "auto_wsv_groups.h"
#include "wsv_aux.h"
#include "methods.h"
Go to the source code of this file.
Variables | |
WorkSpace | workspace |
The workspace itself. More... | |
Array< MdRecord > | md_data |
The lookup information for the workspace methods. More... | |
std::map< String, Index > | MdMap |
The map associated with md_data. More... | |
Global variable definitions that depend on the automatically generated header file wsv.h.
This file contains all global variable definitions that DO depend on the automatically generated header file wsv.h. It is necessary to have these in a separate file for compiler technical reasons. (With g++-2.95.2 it does not work to declare them constant in the same file where they are defined.)
Maybe this file should be removed in the future. There is not much stuff here.
Definition in file globals_2.cc.
The lookup information for the workspace methods.
Definition at line 53 of file globals_2.cc.
The map associated with md_data.
Definition at line 56 of file globals_2.cc.
WorkSpace workspace |
The workspace itself.
Definition at line 45 of file globals_2.cc.