
Go to the source code of this file.
Variables | |
| char | chDataPath [FILENAME_PATH_LENGTH] |
| bool | lgDataPathSet |
the code needs to read a large number of data files when it starts. The location of these data on your system is given by the string in chDataPath This is in file path.c, and the variable is defined here. The location of the data should entered into the chDataPath when the code is set up so that the data will be automatically located
chDataPath can also be set with the "set path" command, but it is far better to enter the path permanently in path.c
Definition in file path.h.
path to subdir where ancillary data lives
Definition at line 53 of file path.cpp.
Referenced by AtlasInterpolate(), atmdat_readin(), AtmospheresAvail(), Badnell_rec_init(), cdGetLineList(), cdInit(), ContBandsCreate(), CoStarInterpolate(), FeIIBandsCreate(), FeIICreate(), FillGFF(), GetStandardHeLines(), GridInterpolate(), H2_Read_hminus_distribution(), H2_ReadCollRates(), H2_ReadDissprob(), H2_ReadEnergies(), H2_ReadTransprob(), HeCreate(), HelikeRecombSetup(), HelikeTransProbSetup(), HyperfineCreate(), t_yield::init_yield(), Kurucz79Interpolate(), mie_read_opc(), MihalasInterpolate(), OpacityCreateAll(), ParseInit(), ParsePrint(), path_not_set(), RauchInterpolateHCa(), RauchInterpolateHelium(), RauchInterpolateHNi(), RauchInterpolateHpHe(), RauchInterpolateHydr(), RauchInterpolatePG1159(), read_continuum_mesh(), read_hm05(), t_ADfA::t_ADfA(), t_hydrobranch::t_hydrobranch(), TlustyInterpolate(), WernerInterpolate(), and WMBASICInterpolate().
| bool lgDataPathSet |
true if path is set by entering a string in path.cpp, false if path is not known
Definition at line 55 of file path.cpp.
Referenced by AtlasInterpolate(), atmdat_readin(), AtmospheresAvail(), Badnell_rec_init(), cdGetLineList(), cdInit(), ContBandsCreate(), CoStarInterpolate(), FeIIBandsCreate(), FeIICreate(), FillGFF(), GetStandardHeLines(), GridInterpolate(), H2_Read_hminus_distribution(), H2_ReadCollRates(), H2_ReadDissprob(), H2_ReadEnergies(), H2_ReadTransprob(), HeCreate(), HelikeRecombSetup(), HelikeTransProbSetup(), HyperfineCreate(), t_yield::init_yield(), Kurucz79Interpolate(), mie_read_opc(), MihalasInterpolate(), OpacityCreateAll(), ParseInit(), ParsePrint(), path_not_set(), RauchInterpolateHCa(), RauchInterpolateHelium(), RauchInterpolateHNi(), RauchInterpolateHpHe(), RauchInterpolateHydr(), RauchInterpolatePG1159(), read_continuum_mesh(), t_ADfA::t_ADfA(), t_hydrobranch::t_hydrobranch(), TlustyInterpolate(), WernerInterpolate(), and WMBASICInterpolate().
1.6.1