mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1292 Fixed CppCheck Issues in ReservoirDataModel
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
enum { NO_FAULT = -1, UNKNOWN_FAULT = -2 };
|
||||
|
||||
public:
|
||||
RigFaultsPrCellAccumulator(size_t reservoirCellCount)
|
||||
explicit RigFaultsPrCellAccumulator(size_t reservoirCellCount)
|
||||
{
|
||||
const int initVals[6] = { NO_FAULT, NO_FAULT, NO_FAULT, NO_FAULT, NO_FAULT, NO_FAULT};
|
||||
caf::IntArray6 initVal;
|
||||
|
||||
Reference in New Issue
Block a user