mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
comment out unused private variable (causes a warning)
This commit is contained in:
parent
cf6423bfce
commit
96ec2b0e96
@ -59,7 +59,7 @@ private:
|
||||
const std::string deckFilename_;
|
||||
bool hasRunInit_ = false;
|
||||
bool hasRunCleanup_ = false;
|
||||
bool debug_ = false;
|
||||
//bool debug_ = false;
|
||||
// This *must* be declared before other pointers
|
||||
// to simulator objects. This in order to deinitialize
|
||||
// MPI at the correct time (ie after the other objects).
|
||||
|
Loading…
Reference in New Issue
Block a user