Fixed destructor for CoolPropFluid

Signed-off-by: Ian bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian bell
2014-05-15 22:28:14 +02:00
parent 59c7b95a30
commit d39ec1d4b7

View File

@@ -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