mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
@@ -673,6 +673,8 @@ private:
|
|||||||
setupTime_, deck_, eclipseState_, schedule_, summaryConfig_);
|
setupTime_, deck_, eclipseState_, schedule_, summaryConfig_);
|
||||||
return flowEbosBrineMain(argc_, argv_, outputCout_, outputFiles_);
|
return flowEbosBrineMain(argc_, argv_, outputCout_, outputFiles_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
int runSolvent()
|
int runSolvent()
|
||||||
|
|||||||
@@ -21,7 +21,12 @@
|
|||||||
|
|
||||||
#define BOOST_TEST_MODULE SolveTransposed3x3
|
#define BOOST_TEST_MODULE SolveTransposed3x3
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
|
|
||||||
|
#if BOOST_VERSION / 100000 == 1 && BOOST_VERSION / 100 % 1000 < 71
|
||||||
#include <boost/test/floating_point_comparison.hpp>
|
#include <boost/test/floating_point_comparison.hpp>
|
||||||
|
#else
|
||||||
|
#include <boost/test/tools/floating_point_comparison.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <dune/istl/bcrsmatrix.hh>
|
#include <dune/istl/bcrsmatrix.hh>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user