Remove unused constantState() method.

This commit is contained in:
Atgeirr Flø Rasmussen
2015-05-26 00:08:33 +02:00
parent 0d7fa1a82c
commit c2f4397bcf
2 changed files with 0 additions and 18 deletions

View File

@@ -268,10 +268,6 @@ namespace Opm {
// return wells object
const Wells& wells () const { assert( bool(wells_ != 0) ); return *wells_; }
SolutionState
constantState(const ReservoirState& x,
const WellState& xw) const;
void
makeConstantState(SolutionState& state) const;