mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changes to make test compile, however the tests tests matrixes functionality not used in flow
This commit is contained in:
parent
40537f1999
commit
3bcc80cc5b
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user