Update call to computeTransportSource() to match interface change.

This commit is contained in:
Atgeirr Flø Rasmussen
2012-04-25 08:32:35 +02:00
parent 6eb68c9652
commit 9806f78a77

View File

@@ -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();