#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. | |
Array< MdRecord > | md_data |
The lookup information for the workspace methods. | |
std::map< String, Index > | MdMap |
The map associated with md_data. |
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.