mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
IIR HS references set for real this time
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -791,10 +791,6 @@ public:
|
||||
fluid.name = fluid_json["NAME"].GetString(); name_vector.push_back(fluid.name);
|
||||
// CAS number
|
||||
fluid.CAS = fluid_json["CAS"].GetString();
|
||||
if (!fluid_json.HasMember("REFPROP_NAME"))
|
||||
{
|
||||
std::cout << fluid.name << std::endl;
|
||||
}
|
||||
// REFPROP alias
|
||||
fluid.REFPROPname = fluid_json["REFPROP_NAME"].GetString();
|
||||
// Critical state
|
||||
|
||||
Reference in New Issue
Block a user