#include "arts.h"
#include <map>
#include "make_array.h"
#include "auto_wsv.h"
#include "methods.h"
#include "wsv_aux.h"
Go to the source code of this file.
Functions | |
| void | define_md_map () |
| Define MdMap. | |
| ostream & | operator<< (ostream &os, const MdRecord &mdr) |
| Output operator for MdRecord. | |
The reason for the separation is that the stuff here hardly ever should be changed, whereas methods.cc has to be edited each time a new method is added. See methods.h for more documentation.
Definition in file methods_aux.cc.
| void define_md_map | ( | ) |
Define MdMap.
MdMap can be used to find method data by method name.
Definition at line 37 of file methods_aux.cc.
| ostream& operator<< | ( | ostream & | os, | |
| const MdRecord & | mdr | |||
| ) |
1.5.6