#include <cstddef>
#include <cstdlib>
#include <cassert>
Go to the source code of this file.
Typedefs | |
typedef NUMERIC | Numeric |
The type to use for all floating point numbers. | |
typedef INDEX | Index |
The type to use for all integer numbers and indices. | |
typedef Array< Index > | ArrayOfIndex |
An array of Index. | |
typedef Array< Numeric > | ArrayOfNumeric |
An array of Numeric. | |
Functions | |
void | define_wsv_group_names () |
Define the array of workspace variable group names. | |
void | define_species_data () |
void | define_lineshape_data () |
void | define_lineshape_norm_data () |
This file is included directly or indirectly by each and every ARTS source file. It must therefor not contain stuff that should not always be present.
Note that you do not have to include this file explicitly in many cases, since it is included directly or indirectly by most ARTS header files.
Definition in file arts.h.
typedef Array<Index> ArrayOfIndex |
typedef Array<Numeric> ArrayOfNumeric |
typedef INDEX Index |
typedef NUMERIC Numeric |
void define_lineshape_data | ( | ) |
Definition at line 2064 of file lineshapes.cc.
void define_lineshape_norm_data | ( | ) |
Definition at line 2161 of file lineshapes.cc.
void define_species_data | ( | ) |
Definition at line 132 of file species_data.cc.
void define_wsv_group_names | ( | ) |