10 #ifndef CT_CONSTCPPOLY_H
11 #define CT_CONSTCPPOLY_H
71 ConstCpPoly(
size_t n, doublereal tlow, doublereal thigh,
73 const doublereal* coeffs);
127 doublereal* cp_R, doublereal* h_RT,
128 doublereal* s_R)
const;
147 doublereal* cp_R, doublereal* h_RT,
148 doublereal* s_R)
const;
164 doublereal& tlow, doublereal& thigh,
166 doublereal*
const coeffs)
const;
174 #ifdef H298MODIFY_CAPABILITY
176 virtual doublereal reportHf298(doublereal*
const h298 = 0)
const;
178 virtual void modifyOneHf298(
const int k,
const doublereal Hf298New);