Fix bug in overriding method.

This commit is contained in:
Atgeirr Flø Rasmussen 2016-02-29 11:18:51 +01:00
parent b0b42d7dc7
commit 7bfa8f405e
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ namespace Opm
/// Compute per-solve dynamic properties.
void IncompTpfaPolymer::computePerSolveDynamicData(const double /*dt*/,
const PolymerState& state,
const SimulatorState& state,
const WellState& /*well_state*/)
{
// Computed here:

View File

@ -96,7 +96,7 @@ namespace Opm
private:
virtual void computePerSolveDynamicData(const double dt,
const PolymerState& state,
const SimulatorState& state,
const WellState& well_state);
private:
// ------ Data that will remain unmodified after construction. ------