more or less getting the old implementation in

and compile now.
This commit is contained in:
Kai Bao
2017-06-15 17:19:49 +02:00
parent 0cf6699591
commit 2d02503091
8 changed files with 116 additions and 19 deletions

View File

@@ -54,7 +54,7 @@ namespace Opm
using WellState = WellStateFullyImplicitBlackoilDense;
/// Constructor
WellInterface(const Well* well, const size_t time_step, const Wells* wells);
WellInterface(const Well* well, const int time_step, const Wells* wells);
/// Well name.
const std::string& name() const;