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