Removed unecessary code
This commit is contained in:
@@ -83,7 +83,7 @@ initFromState(const EclipseState& eclState)
|
||||
}
|
||||
|
||||
const auto& ppcwmaxTables = tables.getPpcwmax();
|
||||
this->enablePpcwmax_ = !ppcwmaxTables.empty() ? true : false;
|
||||
this->enablePpcwmax_ = !ppcwmaxTables.empty();
|
||||
|
||||
if (this->enablePpcwmax_) {
|
||||
maxAllowPc_.clear();
|
||||
|
||||
Reference in New Issue
Block a user