mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-09 05:15:45 -05:00
Fixed destructor for CoolPropFluid
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -327,7 +327,7 @@ class CoolPropFluid {
|
||||
double ECS_qd; ///< The critical qd parameter for the Olchowy-Sengers cross-over term
|
||||
public:
|
||||
CoolPropFluid(){};
|
||||
virtual ~CoolPropFluid(){};
|
||||
~CoolPropFluid(){};
|
||||
EquationOfState *pEOS; ///< A pointer to the currently used EOS
|
||||
std::vector<EquationOfState> EOSVector; ///< The equations of state that could be used for this fluid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user