mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Fix typo in pure output
This commit is contained in:
@@ -887,7 +887,7 @@ std::string get_fluid_param_string(const std::string &FluidName, const std::stri
|
||||
return get_BibTeXKey( FluidName, parts[1]);
|
||||
}
|
||||
else if (ParamName.find("pure") == 0){
|
||||
if (HEOS->is_pure()){
|
||||
if (HEOS.is_pure()){
|
||||
return "true";
|
||||
}
|
||||
else{
|
||||
|
||||
Reference in New Issue
Block a user