Commit Graph
12 Commits
Author SHA1 Message Date
Kristian Bendiksen c016c02e40 Replace RiaApplication::instance()->project() with RimProject::current().
Also remove uneccessary includes of RiaApplication.h.
2020-05-12 12:01:44 +02:00
Kristian Bendiksen 92f4e6278c Fix signed/unsigned comparison. 2020-04-30 12:46:50 +02:00
Magne Sjaastad a10641cf28 #5800 Delta summary : Fix computations for fixed time step
Use the original dataset, not the resampled dataset when finding the constant value to use.
2020-04-17 13:54:18 +02:00
Magne Sjaastad 8e89015cd5 #5707 Delta Summary Case : Add user option to select time step 2020-03-30 08:57:59 +02:00
Magne Sjaastad ff5cc86935 #5707 Delta Ensemble Case : Add user option to select time step 2020-03-30 08:57:59 +02:00
Jacob Støren 8cd25b0111 Refactor case difference calculation into a static method
To reuse in Analysis Plots
2020-03-30 08:57:59 +02:00
Magne Sjaastad 9ef51a5e98 #5621 Delta case : Create delta case from two selected cases 2020-03-19 12:19:23 +01:00
Magne Sjaastad b01d826acf #5621 Delta case : Improve name of delta case based on input cases 2020-03-19 12:19:23 +01:00
Magne Sjaastad d6a1f79135 #5545 Derived Summary Case : Make sure union of available addresses are used 2020-02-13 12:37:42 +01:00
Magne Sjaastad 54bb752682 #5547 Derived Summary Case : Allow missing data for either of the two source cases 2020-02-13 12:37:42 +01:00
Magne Sjaastad 10f0abc9b5 #5101 clang-format: Allow short functions on a single line
Use AllowShortFunctionsOnASingleLine: InlineOnly
2020-02-12 13:35:31 +01:00
Magne Sjaastad dfe6d0b94e Add derived summary case (#5496)
* #5488 Derived Summary Case : Refactor ensemble summary case

- Refactor ensemble summary case to be able to us as standalone derived summary case
- rename to RimDerivedSummaryCase
- allow negative values in well disk visualization

* #5488 Derived Summary Case : Add feature to create derived case
* #5487 Well Disks : Add scaling factor
2020-02-10 07:13:04 +01:00