CppCheck : Add missing init in constructor

This commit is contained in:
Magne Sjaastad
2017-09-07 20:46:30 +02:00
parent 7764f812e4
commit 6c3a0d91b4

View File

@@ -84,7 +84,9 @@ struct WellSegmentLocation {
measuredDepth(measuredDepth),
trueVerticalDepth(trueVerticalDepth),
subIndex(subIndex),
segmentNumber(segmentNumber)
segmentNumber(segmentNumber),
icdBranchNumber(-1),
icdSegmentNumber(-1)
{
}