CoolProp 6.8.1dev
An open-source fluid property and humid air property database
TestObjects.h
Go to the documentation of this file.
1
9#include "Eigen/Core"
10#include "MatrixMath.h"
11
12#if defined ENABLE_CATCH
13namespace CoolPropTesting {
14
15Eigen::MatrixXd makeMatrix(const std::vector<double>& coefficients);
16//CoolProp::IncompressibleFluid incompressibleFluidObject();
17//IncompressibleBackend incompressibleBackendObject();
18
19} // namespace CoolPropTesting
20#endif // ENABLE_CATCH