mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove unnecessary referencer.
This commit is contained in:
parent
a23e4ca63b
commit
d44e8e6d9f
@ -347,10 +347,9 @@ namespace Opm
|
|||||||
0.0));
|
0.0));
|
||||||
}
|
}
|
||||||
std::vector<double> polymer_inflow_c(Opm::UgGridHelpers::numCells(grid_));
|
std::vector<double> polymer_inflow_c(Opm::UgGridHelpers::numCells(grid_));
|
||||||
const PolymerInflowInterface& polymer_inflow = *polymer_inflow_ptr;
|
polymer_inflow_ptr->getInflowValues(timer.simulationTimeElapsed(),
|
||||||
polymer_inflow.getInflowValues(timer.simulationTimeElapsed(),
|
timer.simulationTimeElapsed() + timer.currentStepLength(),
|
||||||
timer.simulationTimeElapsed() + timer.currentStepLength(),
|
polymer_inflow_c);
|
||||||
polymer_inflow_c);
|
|
||||||
// Output state at start of time step.
|
// Output state at start of time step.
|
||||||
if (output_ && (timer.currentStepNum() % output_interval_ == 0)) {
|
if (output_ && (timer.currentStepNum() % output_interval_ == 0)) {
|
||||||
if (output_vtk_) {
|
if (output_vtk_) {
|
||||||
|
Loading…
Reference in New Issue
Block a user