From fd276843f2a8bedd990a98d52e5c75fec5153864 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Thu, 4 Jul 2019 07:35:18 +0200 Subject: [PATCH] Header file Group.hpp moved to Group/Group.hpp --- opm/core/wells/WellCollection.cpp | 2 +- opm/core/wells/WellCollection.hpp | 2 +- opm/core/wells/WellsGroup.hpp | 2 +- opm/core/wells/WellsManager.hpp | 2 +- tests/test_wellcollection.cpp | 4 ++-- tests/test_wellsgroup.cpp | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/opm/core/wells/WellCollection.cpp b/opm/core/wells/WellCollection.cpp index 747b4776e..d76815143 100644 --- a/opm/core/wells/WellCollection.cpp +++ b/opm/core/wells/WellCollection.cpp @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include diff --git a/opm/core/wells/WellCollection.hpp b/opm/core/wells/WellCollection.hpp index caa739ec8..302463cb5 100644 --- a/opm/core/wells/WellCollection.hpp +++ b/opm/core/wells/WellCollection.hpp @@ -27,7 +27,7 @@ #include #include -#include +#include namespace Opm { diff --git a/opm/core/wells/WellsGroup.hpp b/opm/core/wells/WellsGroup.hpp index fb53a1c8d..a1b3b3582 100644 --- a/opm/core/wells/WellsGroup.hpp +++ b/opm/core/wells/WellsGroup.hpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include diff --git a/opm/core/wells/WellsManager.hpp b/opm/core/wells/WellsManager.hpp index 0b1387b12..5fb1f2379 100644 --- a/opm/core/wells/WellsManager.hpp +++ b/opm/core/wells/WellsManager.hpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include diff --git a/tests/test_wellcollection.cpp b/tests/test_wellcollection.cpp index de7aecc15..a2f3837d3 100644 --- a/tests/test_wellcollection.cpp +++ b/tests/test_wellcollection.cpp @@ -29,8 +29,8 @@ #include #include #include -#include -#include +#include +#include using namespace Opm; diff --git a/tests/test_wellsgroup.cpp b/tests/test_wellsgroup.cpp index 88e9bf561..f0932bfb0 100644 --- a/tests/test_wellsgroup.cpp +++ b/tests/test_wellsgroup.cpp @@ -33,8 +33,8 @@ #include #include -#include -#include +#include +#include #include #include