## These variables are filled in by ChemicalRates/configure. They are ## used by the makefiles in lib/ and prep_tables/ SPECIES_FLAG=@species_flag@ DOUBLE_PRECISION_FLAG = -DDOUBLE_PRECISION ## The size of the chemical system. These particular variables are NOT ## used anywhere (in the sense that MakeIncl.ChemSys is included and used), ## but are provided for informational purposes. These values are hadcoded ## by configure in the various (parameter.par, parameter.par.in) pairs ## under lib/ and prep_tables/ NSPECIES=@nspecies@ NREACTIONS=@nreactions@ ## The component can be compiled for dimensional and non-dimensional input-output. ## By default, we will work with dimensional quantities. This dichotomy is a ## compile-time feature and DIM_NONDIM_FLAG will be set to -DNON_DIM when dealing ## with non-dimensional quantities. Otherwise, the flag is blank. DIM_NONDIM_FLAG=@nondim_flag@