Renames header tests/WorkArea.cpp to tests/WorkArea.hpp

This commit is contained in:
Markus Blatt 2021-11-15 16:51:35 +01:00
parent c680443251
commit 274cee38c7
25 changed files with 24 additions and 24 deletions

View File

@ -44,7 +44,7 @@
#include <opm/input/eclipse/Schedule/Schedule.hpp>
#include <opm/input/eclipse/EclipseState/SummaryConfig/SummaryConfig.hpp>
#include <tests/WorkArea.cpp>
#include <tests/WorkArea.hpp>
using namespace Opm;

View File

@ -45,7 +45,7 @@
#include <opm/output/eclipse/EclipseIO.hpp>
#include <tests/WorkArea.cpp>
#include <tests/WorkArea.hpp>
using namespace Opm;

View File

@ -33,7 +33,7 @@
#include <opm/input/eclipse/Schedule/Schedule.hpp>
#include <opm/input/eclipse/EclipseState/SummaryConfig/SummaryConfig.hpp>
#include <tests/WorkArea.cpp>
#include <tests/WorkArea.hpp>
#include <opm/msim/msim.hpp>
namespace Opm {

View File

@ -53,7 +53,7 @@
#include <opm/input/eclipse/Parser/Parser.hpp>
#include <opm/io/eclipse/EclFile.hpp>
#include "tests/WorkArea.cpp"
#include "tests/WorkArea.hpp"
BOOST_AUTO_TEST_CASE(CreateMissingDIMENS_throws) {

View File

@ -30,7 +30,7 @@
#include <opm/input/eclipse/Parser/Parser.hpp>
#include <opm/input/eclipse/EclipseState/IOConfig/IOConfig.hpp>
#include "tests/WorkArea.cpp"
#include "tests/WorkArea.hpp"
namespace fs = std::filesystem;
using namespace Opm;

View File

@ -26,7 +26,7 @@
#include <opm/input/eclipse/Deck/DeckKeyword.hpp>
#include <opm/input/eclipse/Deck/ImportContainer.hpp>
#include <opm/input/eclipse/Units/UnitSystem.hpp>
#include <tests/WorkArea.cpp>
#include <tests/WorkArea.hpp>
#include <iostream>
#include <filesystem>
#include <fstream>

View File

@ -28,7 +28,7 @@
#include <opm/input/eclipse/EclipseState/InitConfig/InitConfig.hpp>
#include <opm/input/eclipse/Units/Units.hpp>
#include <tests/WorkArea.cpp>
#include <tests/WorkArea.hpp>
#include <fstream>

View File

@ -71,7 +71,7 @@
#include <opm/input/eclipse/Schedule/CompletedCells.hpp>
#include <opm/input/eclipse/Schedule/ScheduleGrid.hpp>
#include "tests/WorkArea.cpp"
#include "tests/WorkArea.hpp"
using namespace Opm;

View File

@ -51,7 +51,7 @@
#include <vector>
#include <fmt/format.h>
#include "tests/WorkArea.cpp"
#include "tests/WorkArea.hpp"
namespace {

View File

@ -47,7 +47,7 @@
#include <string>
#include <vector>
#include "tests/WorkArea.cpp"
#include "tests/WorkArea.hpp"
namespace {

View File

@ -56,7 +56,7 @@
#include <utility>
#include <vector>
#include "tests/WorkArea.cpp"
#include "tests/WorkArea.hpp"
struct MockIH
{

View File

@ -35,7 +35,7 @@
#include <stdio.h>
#include <tuple>
#include "tests/WorkArea.cpp"
#include "tests/WorkArea.hpp"
using namespace Opm::EclIO;

View File

@ -22,7 +22,7 @@
#include <fstream>
#include <opm/io/eclipse/ERsm.hpp>
#include <tests/WorkArea.cpp>
#include <tests/WorkArea.hpp>
#include <opm/common/utility/FileSystem.hpp>
Opm::EclIO::ERsm create(const std::string& rsm_data) {

View File

@ -41,7 +41,7 @@
#include <opm/common/utility/FileSystem.hpp>
#include "tests/WorkArea.cpp"
#include "tests/WorkArea.hpp"
using namespace Opm::EclIO;

View File

@ -35,7 +35,7 @@
#include <math.h>
#include <stdio.h>
#include <tuple>
#include "tests/WorkArea.cpp"
#include "tests/WorkArea.hpp"
using Opm::EclIO::ESmry;

View File

@ -31,7 +31,7 @@
#include <opm/io/eclipse/EclFile.hpp>
#include <opm/io/eclipse/EclUtil.hpp>
#include "WorkArea.cpp"
#include "WorkArea.hpp"
#include <opm/io/eclipse/EclOutput.hpp>

View File

@ -31,7 +31,7 @@
#include <opm/io/eclipse/EclOutput.hpp>
#include <iomanip>
#include "tests/WorkArea.cpp"
#include "tests/WorkArea.hpp"
using Opm::EclIO::EGrid;
using Opm::EclIO::ESmry;

View File

@ -55,7 +55,7 @@
#include <time.h>
#include <tests/WorkArea.cpp>
#include <tests/WorkArea.hpp>
using namespace Opm;

View File

@ -37,7 +37,7 @@
#include <stdio.h>
#include <tuple>
#include "tests/WorkArea.cpp"
#include "tests/WorkArea.hpp"
using Opm::EclIO::ESmry;

View File

@ -55,7 +55,7 @@
#include <opm/common/utility/TimeService.hpp>
#include <tests/WorkArea.cpp>
#include <tests/WorkArea.hpp>
using namespace Opm;

View File

@ -57,7 +57,7 @@
#include <opm/io/eclipse/ESmry.hpp>
#include <opm/io/eclipse/ERsm.hpp>
#include <tests/WorkArea.cpp>
#include <tests/WorkArea.hpp>
using namespace Opm;
using rt = data::Rates::opt;

View File

@ -54,7 +54,7 @@
#include <opm/io/eclipse/ESmry.hpp>
#include <tests/WorkArea.cpp>
#include <tests/WorkArea.hpp>
using namespace Opm;
using rt = data::Rates::opt;

View File

@ -47,7 +47,7 @@
#include <tuple>
#include <stdio.h>
#include "tests/WorkArea.cpp"
#include "tests/WorkArea.hpp"
void verifyWellState(const std::string& rst_filename, const Opm::Schedule& schedule) {

View File

@ -55,7 +55,7 @@
#include <opm/io/eclipse/rst/well.hpp>
#include <opm/io/eclipse/rst/state.hpp>
#include <tests/WorkArea.cpp>
#include <tests/WorkArea.hpp>
namespace {
Opm::Deck first_sim()