mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Diabled copy ctor for now for AbstractStateWrapper class until we figure out how to handle ownership and copying
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -25,10 +25,10 @@ namespace HumidAir
|
||||
void check_fluid_instantiation()
|
||||
{
|
||||
if (Water.empty()){
|
||||
Water = CoolProp::AbstractStateWrapper("HEOS", "Water");
|
||||
Water.set("HEOS", "Water");
|
||||
}
|
||||
if (Air.empty()){
|
||||
Air = CoolProp::AbstractStateWrapper("HEOS", "Air");
|
||||
Air.set("HEOS", "Air");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user