Fix set_reference_stateD(); closes #1091

Now all inputs are molar, and the function actually works!
This commit is contained in:
Ian Bell
2016-06-05 15:16:02 -06:00
parent f7ef611f50
commit 154de451fe
4 changed files with 13 additions and 14 deletions

View File

@@ -138,7 +138,7 @@
* \sa \ref CoolProp::set_reference_stateD
* @returns error_code 1 = Ok 0 = error
*/
EXPORT_CODE int CONVENTION set_reference_stateD(const char *Ref, double T, double rho, double h0, double s0);
EXPORT_CODE int CONVENTION set_reference_stateD(const char *Ref, double T, double rhomolar, double hmolar0, double smolar0);
/** \brief FORTRAN 77 style wrapper of the PropsSI function
* \overload
* \sa \ref CoolProp::PropsSI(const std::string &, const std::string &, double, const std::string &, double, const std::string&)