Go to the source code of this file.
#define ANTIOCH_NASA_MIXTURE_PARSING_INSTANTIATE |
( |
|
curvefit | ) |
|
Value:template void read_nasa_mixture_data<float,curvefit<float> >( NASAThermoMixture<float,curvefit<float> >&,
const std::string&,
ParsingType, bool ); \
template
void read_nasa_mixture_data<double,curvefit<double> >( NASAThermoMixture<double,curvefit<double> >&,
const std::string&,
ParsingType, bool ); \
template
void read_nasa_mixture_data<long double,curvefit<long double> >( NASAThermoMixture<long double,curvefit<long double> >&,
const std::string&,
ParsingType, bool )
Definition at line 30 of file nasa_mixture_parsing_instantiate_macro.h.