mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3034 Perforation Interval: Set default start/end to start/end of simulation
This commit is contained in:
@@ -89,7 +89,8 @@ void RicWellPathImportPerforationIntervalsFeature::onActionTriggered(bool isChec
|
||||
perforationInterval->setSkinFactor(interval.skinFactor);
|
||||
if (!interval.startOfHistory)
|
||||
{
|
||||
perforationInterval->setStartDate(interval.date);
|
||||
perforationInterval->setCustomStartDate(interval.date);
|
||||
perforationInterval->enableCustomStartDate(true);
|
||||
}
|
||||
wellPath->perforationIntervalCollection()->appendPerforation(perforationInterval);
|
||||
lastPerforationInterval = perforationInterval;
|
||||
|
||||
Reference in New Issue
Block a user