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 Sliders use int as internal representation of values, and time_t can cause overflow
* Avoid use of time_t when using sliders in GUI Sliders use int as internal representation of values, and time_t can cause overflow