mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
yet another rebase fix
This commit is contained in:
parent
c3424a5716
commit
56d7a1ec19
@ -3421,6 +3421,15 @@ void pack(const BrineDensityTable& data,
|
||||
pack(data.getBrineDensityColumn(), buffer, position, comm);
|
||||
}
|
||||
|
||||
void pack(const PvtwsaltTable& data,
|
||||
std::vector<char>& buffer, int& position,
|
||||
Dune::MPIHelper::MPICommunicator comm)
|
||||
{
|
||||
pack(data.getReferencePressureValue(), buffer, position, comm);
|
||||
pack(data.getReferenceSaltConcentrationValue(), buffer, position, comm);
|
||||
pack(data.getTableValues(), buffer, position, comm);
|
||||
}
|
||||
|
||||
void pack(const SummaryNode& data,
|
||||
std::vector<char>& buffer, int& position,
|
||||
Dune::MPIHelper::MPICommunicator comm)
|
||||
|
Loading…
Reference in New Issue
Block a user