ARTS
1.0.222
|
Implementation of function define_species_data(). More...
Go to the source code of this file.
Variables | |
Array< SpeciesRecord > | species_data |
Some #defines for better readability | |
#define | NAME(x) x |
#define | DEGFR(x) x |
#define | ISOTOPES MakeArray<IsotopeRecord> |
#define | REC IsotopeRecord |
#define | TAGS MakeArray<Index> |
void | define_basic_species_data () |
Define species lookup data. More... | |
void | define_partition_species_data () |
void | define_species_data () |
Implementation of function define_species_data().
This file contains the definition of this function and nothing else. You can add new records here if you want to extend the capability of ARTS.
Definition in file species_data.cc.
#define DEGFR | ( | x | ) | x |
Definition at line 42 of file species_data.cc.
#define ISOTOPES MakeArray<IsotopeRecord> |
Definition at line 43 of file species_data.cc.
#define NAME | ( | x | ) | x |
Definition at line 41 of file species_data.cc.
#define REC IsotopeRecord |
Definition at line 44 of file species_data.cc.
Definition at line 45 of file species_data.cc.
void define_basic_species_data | ( | ) |
void define_partition_species_data | ( | ) |
Definition at line 155 of file partition_function_data.cc.
void define_species_data | ( | ) |
Definition at line 132 of file species_data.cc.
Array<SpeciesRecord> species_data |
The lookup information for all the different species.
Definition at line 36 of file species_data.cc.