Go to the documentation of this file.
27 #ifndef ANTIOCH_NASA_MIXTURE_PARSING_INSTANTIATE_MACRO_H
28 #define ANTIOCH_NASA_MIXTURE_PARSING_INSTANTIATE_MACRO_H
30 #define ANTIOCH_NASA_MIXTURE_PARSING_INSTANTIATE(curvefit) \
31 template void read_nasa_mixture_data<float,curvefit<float> >( NASAThermoMixture<float,curvefit<float> >&, const std::string&, ParsingType, bool ); \
32 template void read_nasa_mixture_data<double,curvefit<double> >( NASAThermoMixture<double,curvefit<double> >&, const std::string&, ParsingType, bool ); \
33 template void read_nasa_mixture_data<long double,curvefit<long double> >( NASAThermoMixture<long double,curvefit<long double> >&, const std::string&, ParsingType, bool )
35 #endif // ANTIOCH_NASA_MIXTURE_PARSING_INSTANTIATE_MACRO_H
Generated on Thu Jul 7 2016 11:09:45 for antioch-0.4.0
by
doxygen
1.8.8