Fixed parameters in AbstractState header - SWIG is not pleased

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-08-12 22:25:24 +02:00
parent acd7f98b74
commit 36620cdc94

View File

@@ -397,7 +397,7 @@ public:
/// @param Q The quality for the parameter that is given (0 = saturated liquid, 1 = saturated vapor)
/// @param given The key for the parameter that is given
/// @param value The value for the parameter that is given
double saturation_ancillary(parameters param, int Q, int given, double value);
double saturation_ancillary(int param, int Q, int given, double value);
// ----------------------------------------
// Transport properties