#6777 Remove incremental measured depths for COMPSEGS in MSW export

This commit is contained in:
Gaute Lindkvist 2020-10-14 12:17:13 +02:00 committed by Magne Sjaastad
parent aad8d73cbc
commit db6481e63f

View File

@ -510,12 +510,6 @@ void RicWellPathExportMswCompletionsImpl::generateCompsegTable(
endLength = endMD;
}
if ( exportInfo.lengthAndDepthText() == QString( "INC" ) && completion->branchNumber() != 1 )
{
startLength -= startMD;
endLength -= startMD;
}
if ( exportSubGridIntersections )
{
formatter.add( intersection->gridName() );