Merge pull request #3772 from akva2/janitoring

Some janitoring
This commit is contained in:
Arne Morten Kvarving
2022-01-17 14:21:59 +01:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -673,6 +673,8 @@ private:
setupTime_, deck_, eclipseState_, schedule_, summaryConfig_);
return flowEbosBrineMain(argc_, argv_, outputCout_, outputFiles_);
}
return EXIT_FAILURE;
}
int runSolvent()

View File

@@ -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>