mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Adapts flow_solvent to change in redistribution interface.
This commit is contained in:
@@ -355,7 +355,7 @@ try
|
|||||||
// and initilialize new properties and states for it.
|
// and initilialize new properties and states for it.
|
||||||
if( mpi_size > 1 )
|
if( mpi_size > 1 )
|
||||||
{
|
{
|
||||||
Opm::distributeGridAndData( grid, eclipseState, state, new_props, geoprops, parallel_information, use_local_perm );
|
Opm::distributeGridAndData( grid, deck, eclipseState, state, new_props, geoprops, materialLawManager, parallel_information, use_local_perm );
|
||||||
}
|
}
|
||||||
|
|
||||||
// create output writer after grid is distributed, otherwise the parallel output
|
// create output writer after grid is distributed, otherwise the parallel output
|
||||||
|
|||||||
Reference in New Issue
Block a user