Remove PRINT, not used

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-12-01 23:36:36 -05:00
parent dcd33a426c
commit 858e75ae5b

View File

@@ -64,7 +64,7 @@ Eigen::MatrixXd CoolPropTesting::makeMatrix(const std::vector<double> &coefficie
}
CoolProp::IncompressibleFluid CoolPropTesting::incompressibleFluidObject(){
bool PRINT = false;
std::string tmpStr;
std::vector<double> tmpVector;
std::vector< std::vector<double> > tmpMatrix;