mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove internal counter.
This commit is contained in:
@@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user