ARTS  1.0.222
Functions
methods.cc File Reference

Definition of method description data. More...

#include "arts.h"
#include "auto_wsv.h"
#include "methods.h"
#include "auto_wsv_groups.h"

Go to the source code of this file.

Functions

void define_md_data ()
 Define the lookup data for the workspace methods. More...
 

Detailed Description

Definition of method description data.

This file contains only the definition of the function define_md_data, which sets the WSV lookup data. You have to change this function each time you add a new method. See methods.h for more documentation.

Author
Stefan Buehler
Date
2000-06-10

Definition in file methods.cc.

Function Documentation

◆ define_md_data()

void define_md_data ( )

Define the lookup data for the workspace methods.

The array md_data contains all that we need to know about each method. The lookup table is a global variable. It can be made visible anywhere with an extern declaration.

Definition at line 42 of file methods.cc.