mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removed SimulatorState::init( UnstructureGrid& )
This commit is contained in:
parent
d83cb9e61f
commit
61a600d840
@ -266,7 +266,7 @@ try
|
||||
/// \snippet tutorial3.cpp two-phase state
|
||||
/// \internal [two-phase state]
|
||||
TwophaseState state;
|
||||
state.init(grid, 2);
|
||||
state.init(grid.number_of_cells , grid.number_of_faces, 2);
|
||||
state.setFirstSat(allcells, props, TwophaseState::MinSat);
|
||||
/// \internal [two-phase state]
|
||||
/// \endinternal
|
||||
|
@ -213,7 +213,7 @@ try
|
||||
/// \snippet tutorial4.cpp two-phase state
|
||||
/// \internal[two-phase state]
|
||||
TwophaseState state;
|
||||
state.init(grid, 2);
|
||||
state.init(grid.number_of_cells , grid.number_of_faces, 2);
|
||||
state.setFirstSat(allcells, props, TwophaseState::MinSat);
|
||||
/// \internal[two-phase state]
|
||||
/// \endinternal
|
||||
|
Loading…
Reference in New Issue
Block a user