mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Ensemble curves. Increased ensemble curve count threshold from 200 to 600
This commit is contained in:
@@ -61,6 +61,11 @@
|
||||
|
||||
CAF_PDM_SOURCE_INIT(RicSummaryCurveCreator, "RicSummaryCurveCreator");
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
const size_t ENSEMBLE_CURVE_COUNT_THRESHOLD = 600;
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@@ -380,7 +385,6 @@ void RicSummaryCurveCreator::updatePreviewCurvesFromCurveDefinitions(
|
||||
const std::set<RiaSummaryCurveDefinition>& curveDefsToAdd,
|
||||
const std::set<RimSummaryCurve*>& curvesToDelete)
|
||||
{
|
||||
const size_t ENSEMBLE_CURVE_COUNT_THRESHOLD = 200;
|
||||
static bool warningDisplayed = false;
|
||||
|
||||
RimSummaryCase* prevCase = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user