(Eclipse|Restart)IO: forward Restart(Key|Value)

This commit is contained in:
Arne Morten Kvarving 2023-01-11 10:28:03 +01:00
parent a47716e97c
commit 7468f23875
7 changed files with 9 additions and 3 deletions

View File

@ -33,7 +33,6 @@
#include <opm/output/data/Cells.hpp> #include <opm/output/data/Cells.hpp>
#include <opm/output/data/Solution.hpp> #include <opm/output/data/Solution.hpp>
#include <opm/output/data/Wells.hpp> #include <opm/output/data/Wells.hpp>
#include <opm/output/eclipse/RestartValue.hpp>
namespace Opm { namespace out { namespace Opm { namespace out {
class Summary; class Summary;
@ -42,6 +41,8 @@ namespace Opm { namespace out {
namespace Opm { namespace Opm {
class EclipseState; class EclipseState;
class RestartKey;
class RestartValue;
class Schedule; class Schedule;
class SummaryConfig; class SummaryConfig;
class SummaryState; class SummaryState;

View File

@ -24,8 +24,6 @@
#ifndef RESTART_IO_HPP #ifndef RESTART_IO_HPP
#define RESTART_IO_HPP #define RESTART_IO_HPP
#include <opm/output/eclipse/RestartValue.hpp>
#include <opm/output/eclipse/AggregateAquiferData.hpp> #include <opm/output/eclipse/AggregateAquiferData.hpp>
#include <optional> #include <optional>
@ -37,6 +35,8 @@ namespace Opm {
class EclipseGrid; class EclipseGrid;
class EclipseState; class EclipseState;
class RestartKey;
class RestartValue;
class Schedule; class Schedule;
class UDQState; class UDQState;
class SummaryState; class SummaryState;

View File

@ -41,6 +41,7 @@
#include <opm/output/eclipse/AggregateAquiferData.hpp> #include <opm/output/eclipse/AggregateAquiferData.hpp>
#include <opm/output/eclipse/RestartIO.hpp> #include <opm/output/eclipse/RestartIO.hpp>
#include <opm/output/eclipse/RestartValue.hpp>
#include <opm/output/eclipse/Summary.hpp> #include <opm/output/eclipse/Summary.hpp>
#include <opm/output/eclipse/WriteInit.hpp> #include <opm/output/eclipse/WriteInit.hpp>
#include <opm/output/eclipse/WriteRFT.hpp> #include <opm/output/eclipse/WriteRFT.hpp>

View File

@ -33,6 +33,7 @@
#include <opm/output/eclipse/AggregateMSWData.hpp> #include <opm/output/eclipse/AggregateMSWData.hpp>
#include <opm/output/eclipse/AggregateUDQData.hpp> #include <opm/output/eclipse/AggregateUDQData.hpp>
#include <opm/output/eclipse/AggregateActionxData.hpp> #include <opm/output/eclipse/AggregateActionxData.hpp>
#include <opm/output/eclipse/RestartValue.hpp>
#include <opm/input/eclipse/EclipseState/TracerConfig.hpp> #include <opm/input/eclipse/EclipseState/TracerConfig.hpp>
#include <opm/output/eclipse/WriteRestartHelpers.hpp> #include <opm/output/eclipse/WriteRestartHelpers.hpp>

View File

@ -22,6 +22,7 @@
#include <boost/test/unit_test.hpp> #include <boost/test/unit_test.hpp>
#include <opm/output/eclipse/EclipseIO.hpp> #include <opm/output/eclipse/EclipseIO.hpp>
#include <opm/output/eclipse/RestartValue.hpp>
#include <opm/output/data/Cells.hpp> #include <opm/output/data/Cells.hpp>
#include <opm/input/eclipse/Python/Python.hpp> #include <opm/input/eclipse/Python/Python.hpp>

View File

@ -30,6 +30,7 @@
#include <opm/output/data/Wells.hpp> #include <opm/output/data/Wells.hpp>
#include <opm/output/eclipse/EclipseIO.hpp> #include <opm/output/eclipse/EclipseIO.hpp>
#include <opm/output/eclipse/InteHEAD.hpp> #include <opm/output/eclipse/InteHEAD.hpp>
#include <opm/output/eclipse/RestartValue.hpp>
#include <opm/output/eclipse/WriteRFT.hpp> #include <opm/output/eclipse/WriteRFT.hpp>
#include <opm/input/eclipse/EclipseState/EclipseState.hpp> #include <opm/input/eclipse/EclipseState/EclipseState.hpp>

View File

@ -26,6 +26,7 @@
#include <opm/input/eclipse/Deck/Deck.hpp> #include <opm/input/eclipse/Deck/Deck.hpp>
#include <opm/output/eclipse/EclipseIO.hpp> #include <opm/output/eclipse/EclipseIO.hpp>
#include <opm/output/eclipse/RestartValue.hpp>
#include <opm/input/eclipse/EclipseState/EclipseState.hpp> #include <opm/input/eclipse/EclipseState/EclipseState.hpp>
#include <opm/input/eclipse/EclipseState/Grid/EclipseGrid.hpp> #include <opm/input/eclipse/EclipseState/Grid/EclipseGrid.hpp>
#include <opm/input/eclipse/Schedule/Schedule.hpp> #include <opm/input/eclipse/Schedule/Schedule.hpp>