changes to make test compile, however the tests tests matrixes functionality not used in flow

This commit is contained in:
hnil 2019-03-12 15:13:38 +01:00
parent 40537f1999
commit 3bcc80cc5b
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,8 @@
#define BOOST_TEST_MODULE InvertSpecializationTest
#include <boost/test/unit_test.hpp>
#include <opm/autodiff/ISTLSolverEbos.hpp>
#include <opm/autodiff/MatrixBlock.hpp>
void checkIdentity(Dune::FieldMatrix<double, 4, 4> M) {
double diag = 0.0;

View File

@ -21,7 +21,7 @@
#define BOOST_TEST_MODULE MultMatrixTransposed
#include <boost/test/unit_test.hpp>
#include <opm/autodiff/ISTLSolverEbos.hpp>
#include <opm/autodiff/MatrixBlock.hpp>
using namespace Dune;
using namespace Opm::Detail;