mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add mpi serialization for GridDims
This commit is contained in:
@@ -2520,6 +2520,16 @@ BOOST_AUTO_TEST_CASE(SolventDensityTable)
|
||||
}
|
||||
|
||||
|
||||
BOOST_AUTO_TEST_CASE(GridDims)
|
||||
{
|
||||
#ifdef HAVE_MPI
|
||||
Opm::GridDims val1{ 1, 2, 3};
|
||||
auto val2 = PackUnpack(val1);
|
||||
DO_CHECKS(GridDims)
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
bool init_unit_test_func()
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user