#2451 Export Completion : Remove obsolete test

This commit is contained in:
Magne Sjaastad 2018-02-08 10:25:43 +01:00
parent 0843c3e464
commit 39949923a6

View File

@ -537,11 +537,6 @@ RigCompletionData RicWellPathExportCompletionDataFeature::combineEclipseCellComp
return resultCompletion; //Returning empty completion, should not be exported
}
if (settings.excludeMainBoreForFishbones && completionType == RigCompletionData::FISHBONES && completion.isMainBore())
{
continue;
}
totalTrans = totalTrans + completion.transmissibility();
}