From 911a89fc4ccf1abeae3dcc55740909118f766a0d Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 14 Nov 2018 12:27:39 +0100 Subject: [PATCH] fixed: use the ebos ISTL class to avoid legacy code in tests that will sit in this repo --- opm/autodiff/StandardWell.hpp | 2 +- tests/test_invert.cpp | 2 +- tests/test_multmatrixtransposed.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opm/autodiff/StandardWell.hpp b/opm/autodiff/StandardWell.hpp index 234dd6a4e..bcf4da40e 100644 --- a/opm/autodiff/StandardWell.hpp +++ b/opm/autodiff/StandardWell.hpp @@ -25,7 +25,7 @@ #include -#include +#include #include namespace Opm diff --git a/tests/test_invert.cpp b/tests/test_invert.cpp index 77fad8956..76882bcf9 100644 --- a/tests/test_invert.cpp +++ b/tests/test_invert.cpp @@ -21,7 +21,7 @@ #define BOOST_TEST_MODULE InvertSpecializationTest #include -#include +#include void checkIdentity(Dune::FieldMatrix M) { double diag = 0.0; diff --git a/tests/test_multmatrixtransposed.cpp b/tests/test_multmatrixtransposed.cpp index ae1b26a27..19db6c646 100644 --- a/tests/test_multmatrixtransposed.cpp +++ b/tests/test_multmatrixtransposed.cpp @@ -21,7 +21,7 @@ #define BOOST_TEST_MODULE MultMatrixTransposed #include -#include +#include using namespace Dune; using namespace Opm::Detail;