add mpi serialization for PlyvmhTable

This commit is contained in:
Arne Morten Kvarving
2020-03-05 12:52:17 +01:00
parent c819c0fd43
commit 0e6881ec6e
3 changed files with 30 additions and 1 deletions

View File

@@ -1219,6 +1219,7 @@ BOOST_AUTO_TEST_CASE(TableManager)
Opm::PvtwTable({Opm::PVTWRecord{1.0, 2.0, 3.0, 4.0, 5.0}}),
Opm::PvcdoTable({Opm::PVCDORecord{1.0, 2.0, 3.0, 4.0, 5.0}}),
Opm::DensityTable({Opm::DENSITYRecord{1.0, 2.0, 3.0}}),
Opm::PlyvmhTable({Opm::PlyvmhRecord{1.0, 2.0, 3.0, 4.0}}),
Opm::RockTable({Opm::ROCKRecord{1.0,2.0}}),
Opm::PlmixparTable({Opm::PlmixparRecord{1.0}}),
Opm::TlmixparTable({Opm::TlmixparRecord{1.0, 2.0}}),