mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Update call to computeTransportSource() to match interface change.
This commit is contained in:
@@ -631,7 +631,7 @@ main(int argc, char** argv)
|
|||||||
ptime += pt;
|
ptime += pt;
|
||||||
|
|
||||||
// Process transport sources (to include bdy terms).
|
// Process transport sources (to include bdy terms).
|
||||||
Opm::computeTransportSource(*grid->c_grid(), src, state.faceflux(), 1.0, reorder_src);
|
Opm::computeTransportSource(*grid->c_grid(), src, state.faceflux(), 1.0, NULL, empty_vector_for_wells, reorder_src);
|
||||||
|
|
||||||
// Find inflow rate.
|
// Find inflow rate.
|
||||||
const double current_time = simtimer.currentTime();
|
const double current_time = simtimer.currentTime();
|
||||||
|
|||||||
Reference in New Issue
Block a user