Go to the documentation of this file.
   26 int main(
int , 
char * []) {
 
   33     cout << 
"Wrote species_data: " << endl;
 
   38     cout << 
"Read species_data: " << endl;
 
   42     cout << 
"Wrote species_data: " << endl;
 
   43   } 
catch (
const std::runtime_error &e) {
 
  
 
The declarations of all the exception classes.
 
Declarations required for the calculation of absorption coefficients.
 
const Array< SpeciesRecord > species_data
Species Data.
 
This can be used to make arrays out of anything.
 
void xml_read_from_file(const String &filename, T &type, const Verbosity &verbosity)
Reads data from XML file.
 
void xml_write_to_file(const String &filename, const T &type, const FileType ftype, const Index no_clobber, const Verbosity &verbosity)
Write data to XML file.
 
Header file for sparse matrices.
 
void define_species_data()
 
The global header file for ARTS.
 
This file contains basic functions to handle XML data files.