mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
A term operand had to be an unsigned integer or a DURATION variable, so "DATE STARTUP = 2026-08-28 + -2" was rejected as a malformed declaration instead of subtracting two days. Accept an optional sign on the operand in date and duration expressions, and share one pattern between the terms of a date expression and the UNTIL terms of INSERT_DATE so the two cannot drift apart. Fractional day offsets are still unsupported.
ResInsight Processing Server - rips
A Python interface for the ResInsight visualization and post-processing suite for Reservoir Simulations