mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6777 Remove incremental measured depths for COMPSEGS in MSW export
This commit is contained in:
parent
aad8d73cbc
commit
db6481e63f
@ -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() );
|
||||
|
Loading…
Reference in New Issue
Block a user