mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Fixed parameters in AbstractState header - SWIG is not pleased
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user