PolyMath.cpp

If this is the test entry point should define this in a makefile with -D
or in the cmake file. Then it's more clear? unless this is absolutely needed
This commit is contained in:
Rod Persky
2014-05-17 17:06:27 +10:00
parent ffd9c007e5
commit 38a21932ed

View File

@@ -943,10 +943,9 @@ double BaseExponential::expval(const std::vector< std::vector<double> > &coeffic
#ifdef ENABLE_CATCH
#include <math.h>
//#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
#include "catch.hpp"
class PolynomialConsistencyFixture {
public:
CoolProp::BasePolynomial poly;