#2734 Perforation Intervals: Prepare for stop date

This commit is contained in:
Magne Sjaastad
2018-05-23 15:26:27 +02:00
parent 28278c47ec
commit fc1f79a304
3 changed files with 39 additions and 15 deletions

View File

@@ -93,7 +93,7 @@ void RicWellPathImportPerforationIntervalsFeature::onActionTriggered(bool isChec
}
else
{
perforationInterval->setDate(interval.date);
perforationInterval->setStartDate(interval.date);
}
wellPath->perforationIntervalCollection()->appendPerforation(perforationInterval);
lastPerforationInterval = perforationInterval;