remove internal counter.

This commit is contained in:
Liu Ming
2016-05-19 09:47:57 +08:00
parent 78a5afde46
commit 8564c7b6e9
4 changed files with 4 additions and 101 deletions

View File

@@ -81,16 +81,6 @@ namespace Opm {
SaturationFunctionFamily satFamily_;
struct Counter {
Counter();
int error;
int warning;
int problem;
int bug;
};
Counter counter_;
std::vector<Opm::EclEpsScalingPointsInfo<double> > unscaledEpsInfo_;
std::vector<Opm::EclEpsScalingPointsInfo<double> > scaledEpsInfo_;