mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove old serialization support for Action::Condition
This commit is contained in:
@@ -45,9 +45,7 @@ namespace Opm
|
||||
|
||||
namespace Action {
|
||||
class Actions;
|
||||
class Condition;
|
||||
}
|
||||
|
||||
class Connection;
|
||||
class Dimension;
|
||||
template<class T> class IOrderSet;
|
||||
@@ -385,7 +383,6 @@ void unpack(char* str, std::size_t length, std::vector<char>& buffer, int& posit
|
||||
Dune::MPIHelper::MPICommunicator comm);
|
||||
|
||||
ADD_PACK_PROTOTYPES(Action::Actions)
|
||||
ADD_PACK_PROTOTYPES(Action::Condition)
|
||||
ADD_PACK_PROTOTYPES(Connection)
|
||||
ADD_PACK_PROTOTYPES(data::CellData)
|
||||
ADD_PACK_PROTOTYPES(data::Connection)
|
||||
|
||||
Reference in New Issue
Block a user