36 cout <<
"Wrote species_data: " << endl;
41 cout <<
"Read species_data: " << endl;
44 cout <<
"Wrote species_data: " << endl;
46 catch (runtime_error e)
This file contains basic functions to handle XML data files.
const Array< SpeciesRecord > species_data
Species Data.
The global header file for ARTS.
Header file for sparse matrices.
The declarations of all the exception classes.
void xml_read_from_file(const String &filename, T &type, const Verbosity &verbosity)
Reads data from XML file.
Declarations required for the calculation of absorption coefficients.
void define_species_data()
This can be used to make arrays out of anything.
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.