ARTS 2.5.11 (git: 6827797f)
isotopologues.cc File Reference
#include <cctype>
#include "isotopologues.h"

Go to the source code of this file.

Namespaces

namespace  Species
 

Macros

#define deal_with_spec(SPEC)   case Species::SPEC: return ArrayOfIsotopeRecord(isotopologues<Species::SPEC>());
 

Functions

ArrayOfIsotopeRecord Species::isotopologues (Species spec)
 
String Species::isotopologues_names (Species spec)
 
String Species::predefined_model_names () noexcept
 
String Species::update_isot_name (const String &old_name)
 Updates the name of the isotopologue based on updates of the isotopologues.
 
std::pair< ArrayOfString, ArrayOfStringSpecies::names_of_have_and_havenot_ratio (const Species spec, const IsotopologueRatios &ir) noexcept
 

Macro Definition Documentation

◆ deal_with_spec

#define deal_with_spec (   SPEC)    case Species::SPEC: return ArrayOfIsotopeRecord(isotopologues<Species::SPEC>());