Release preparations

* Adds a bounds check on the node index to prevent accessing invalid memory locations.
This prevents potential crashes caused by out-of-bounds access when retrieving summary variable values.
* Updates warning message for incomplete deltas
* Plot based on a single realization from a file set ensemble is not restored correctly on project load
* Populate result addresses if no addresses are present
* Adds CNV_ (convergence) result name
* Avoid include of RiaResultNames.h in header file
This commit is contained in:
Magne Sjaastad
2025-08-27 14:22:11 +02:00
committed by GitHub
parent 4d9a723e32
commit 4135a743fe
38 changed files with 327 additions and 90 deletions
@@ -19,6 +19,8 @@
#include "RigEclipseNativeStatCalc.h"
#include "RiaResultNames.h"
#include "RigCaseCellResultsData.h"
#include "RigStatisticsMath.h"
#include "RigWeightedMeanCalc.h"