comment out unused private variable (causes a warning)

This commit is contained in:
Arne Morten Kvarving 2022-10-26 10:59:43 +02:00
parent cf6423bfce
commit 96ec2b0e96

View File

@ -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).