mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Avoid use of time_t when using sliders in GUI
* Avoid use of time_t when using sliders in GUI Sliders use int as internal representation of values, and time_t can cause overflow
This commit is contained in:
@@ -102,7 +102,6 @@ RimSummaryDeclineCurve* RicCreateDeclineCurvesFeature::createDeclineCurveAndAddT
|
||||
|
||||
RiaSummaryTools::copyCurveAxisData( *newCurve, *sourceCurve );
|
||||
|
||||
newCurve->updateDefaultValues();
|
||||
newCurve->loadDataAndUpdate( true );
|
||||
newCurve->updateConnectedEditors();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user