mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
CppCheck : Add missing init in constructor
This commit is contained in:
@@ -84,7 +84,9 @@ struct WellSegmentLocation {
|
|||||||
measuredDepth(measuredDepth),
|
measuredDepth(measuredDepth),
|
||||||
trueVerticalDepth(trueVerticalDepth),
|
trueVerticalDepth(trueVerticalDepth),
|
||||||
subIndex(subIndex),
|
subIndex(subIndex),
|
||||||
segmentNumber(segmentNumber)
|
segmentNumber(segmentNumber),
|
||||||
|
icdBranchNumber(-1),
|
||||||
|
icdSegmentNumber(-1)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user