mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove old serialization support for Tuning
This commit is contained in:
parent
9071072565
commit
07d91add01
@ -36,7 +36,6 @@
|
|||||||
#include <opm/parser/eclipse/EclipseState/Schedule/MSW/Valve.hpp>
|
#include <opm/parser/eclipse/EclipseState/Schedule/MSW/Valve.hpp>
|
||||||
#include <opm/parser/eclipse/EclipseState/Schedule/RFTConfig.hpp>
|
#include <opm/parser/eclipse/EclipseState/Schedule/RFTConfig.hpp>
|
||||||
#include <opm/parser/eclipse/EclipseState/Schedule/ScheduleTypes.hpp>
|
#include <opm/parser/eclipse/EclipseState/Schedule/ScheduleTypes.hpp>
|
||||||
#include <opm/parser/eclipse/EclipseState/Schedule/Tuning.hpp>
|
|
||||||
#include <opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQFunction.hpp>
|
#include <opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQFunction.hpp>
|
||||||
#include <opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQFunctionTable.hpp>
|
#include <opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQFunctionTable.hpp>
|
||||||
#include <opm/parser/eclipse/EclipseState/Schedule/VFPInjTable.hpp>
|
#include <opm/parser/eclipse/EclipseState/Schedule/VFPInjTable.hpp>
|
||||||
@ -281,7 +280,6 @@ HANDLE_AS_POD(data::CurrentControl)
|
|||||||
HANDLE_AS_POD(data::Rates)
|
HANDLE_AS_POD(data::Rates)
|
||||||
HANDLE_AS_POD(data::Segment)
|
HANDLE_AS_POD(data::Segment)
|
||||||
HANDLE_AS_POD(MLimits)
|
HANDLE_AS_POD(MLimits)
|
||||||
HANDLE_AS_POD(Tuning)
|
|
||||||
HANDLE_AS_POD(WellBrineProperties)
|
HANDLE_AS_POD(WellBrineProperties)
|
||||||
HANDLE_AS_POD(WellFoamProperties)
|
HANDLE_AS_POD(WellFoamProperties)
|
||||||
|
|
||||||
@ -3005,7 +3003,6 @@ INSTANTIATE_PACK(DynamicState<std::shared_ptr<Action::Actions>>)
|
|||||||
INSTANTIATE_PACK(DynamicState<std::shared_ptr<GConSale>>)
|
INSTANTIATE_PACK(DynamicState<std::shared_ptr<GConSale>>)
|
||||||
INSTANTIATE_PACK(DynamicState<std::shared_ptr<GConSump>>)
|
INSTANTIATE_PACK(DynamicState<std::shared_ptr<GConSump>>)
|
||||||
INSTANTIATE_PACK(DynamicState<std::shared_ptr<GuideRateConfig>>)
|
INSTANTIATE_PACK(DynamicState<std::shared_ptr<GuideRateConfig>>)
|
||||||
INSTANTIATE_PACK(DynamicState<Tuning>)
|
|
||||||
INSTANTIATE_PACK(DynamicState<Well::ProducerCMode>)
|
INSTANTIATE_PACK(DynamicState<Well::ProducerCMode>)
|
||||||
INSTANTIATE_PACK(DynamicState<std::shared_ptr<WellTestConfig>>)
|
INSTANTIATE_PACK(DynamicState<std::shared_ptr<WellTestConfig>>)
|
||||||
INSTANTIATE_PACK(DynamicState<std::shared_ptr<WListManager>>)
|
INSTANTIATE_PACK(DynamicState<std::shared_ptr<WListManager>>)
|
||||||
|
@ -66,7 +66,6 @@ class MessageLimits;
|
|||||||
class MLimits;
|
class MLimits;
|
||||||
class Segment;
|
class Segment;
|
||||||
class SpiralICD;
|
class SpiralICD;
|
||||||
class Tuning;
|
|
||||||
class UDAValue;
|
class UDAValue;
|
||||||
class UnitSystem;
|
class UnitSystem;
|
||||||
class Valve;
|
class Valve;
|
||||||
@ -439,7 +438,6 @@ ADD_PACK_PROTOTYPES(RestartValue)
|
|||||||
ADD_PACK_PROTOTYPES(Segment)
|
ADD_PACK_PROTOTYPES(Segment)
|
||||||
ADD_PACK_PROTOTYPES(SpiralICD)
|
ADD_PACK_PROTOTYPES(SpiralICD)
|
||||||
ADD_PACK_PROTOTYPES(std::string)
|
ADD_PACK_PROTOTYPES(std::string)
|
||||||
ADD_PACK_PROTOTYPES(Tuning)
|
|
||||||
ADD_PACK_PROTOTYPES(UDAValue)
|
ADD_PACK_PROTOTYPES(UDAValue)
|
||||||
ADD_PACK_PROTOTYPES(UnitSystem)
|
ADD_PACK_PROTOTYPES(UnitSystem)
|
||||||
ADD_PACK_PROTOTYPES(Valve)
|
ADD_PACK_PROTOTYPES(Valve)
|
||||||
|
@ -1984,7 +1984,7 @@ BOOST_AUTO_TEST_CASE(Tuning)
|
|||||||
{
|
{
|
||||||
#ifdef HAVE_MPI
|
#ifdef HAVE_MPI
|
||||||
Opm::Tuning val1 = getTuning();
|
Opm::Tuning val1 = getTuning();
|
||||||
auto val2 = PackUnpack(val1);
|
auto val2 = PackUnpack2(val1);
|
||||||
DO_CHECKS(Tuning)
|
DO_CHECKS(Tuning)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user