mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
"formula" is actually an output in get_fluid_param_string now
This commit is contained in:
@@ -898,6 +898,9 @@ std::string get_fluid_param_string(const std::string &FluidName, const std::stri
|
||||
else if (!ParamName.compare("CAS") || !ParamName.compare("CAS_number")){
|
||||
return cpfluid.CAS;
|
||||
}
|
||||
else if (!ParamName.compare("formula")){
|
||||
return cpfluid.formula;
|
||||
}
|
||||
else if (!ParamName.compare("ASHRAE34")){
|
||||
return cpfluid.environment.ASHRAE34;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user