#2734 Perforation Intervals: Add custom start date and custom end date

This commit is contained in:
Magne Sjaastad
2018-05-24 20:02:01 +02:00
parent 24920e2d12
commit fb7d24e99d
3 changed files with 59 additions and 33 deletions

View File

@@ -87,11 +87,7 @@ void RicWellPathImportPerforationIntervalsFeature::onActionTriggered(bool isChec
perforationInterval->setStartAndEndMD(interval.startMD, interval.endMD);
perforationInterval->setDiameter(interval.diameter);
perforationInterval->setSkinFactor(interval.skinFactor);
if (interval.startOfHistory)
{
perforationInterval->setStartOfHistory();
}
else
if (!interval.startOfHistory)
{
perforationInterval->setStartDate(interval.date);
}