removing the StandardWells definition inside BlackoilModelBase

and some other tiny cleaning up.
This commit is contained in:
Kai Bao
2016-04-06 15:31:58 +02:00
parent 624516ed3c
commit 23ba5fa398
4 changed files with 3 additions and 202 deletions

View File

@@ -1,5 +1,6 @@
/*
Copyright 2016 SINTEF ICT, Applied Mathematics.
Copyright 2016 Statoil ASA.
This file is part of the Open Porous Media project (OPM).
@@ -37,7 +38,6 @@ namespace Opm {
// --------- Types ---------
typedef AutoDiffBlock<double> ADB;
typedef ADB::V Vector;
// typedef ADB::M Matrix;
/// Class for handling the standard well model.
class StandardWells {