/*********************************************************** * Smithsonian Astrophysical Observatory * Submillimeter Receiver Laboratory * am * * h2o.h S. Paine rev. 2024 August 06 * * External declarations for catalog data defined in h2o.c. ************************************************************/ #ifndef AM_H2O_H #define AM_H2O_H #include "am_types.h" extern const double h2o_abundance_tab[]; extern const double h2o_mass_tab[]; extern const double h2o_Tref; extern const cat_entry_t h2o_cat[]; extern const int h2o_num_lines; extern const double h2o_Qtab[]; extern const int h2o_Qtab_cols; extern const int h2o_Qtab_rows; #endif /* AM_H2O_H */