Move defines into separate file

This commit is contained in:
Magne Sjaastad
2025-10-03 08:37:24 +02:00
parent 336e4b65fd
commit a73999323a
31 changed files with 602 additions and 416 deletions
@@ -26,6 +26,7 @@
#include "RigCaseCellResultsData.h"
#include "RigEclipseCaseData.h"
#include "RigEclipseResultAddress.h"
#include "RigFlowDiagSolverInterface.h"
#include "RigGridBase.h"
#include "RigResultAccessor.h"
#include "RigResultAccessorFactory.h"
@@ -37,8 +38,6 @@
#include "RimEclipseView.h"
#include "RimExtrudedCurveIntersection.h"
// #include "cvfTrace.h"
#include <cmath>
//==================================================================================================
@@ -105,7 +104,7 @@ bool RiuRelativePermeabilityPlotUpdater::queryDataAndUpdatePlot( const RimEclips
{
// cvf::Trace::show("Updating RelPerm plot for active cell index: %d", static_cast<int>(activeCellIndex));
std::vector<RigFlowDiagSolverInterface::RelPermCurve> relPermCurveArr =
std::vector<RigFlowDiagDefines::RelPermCurve> relPermCurveArr =
eclipseResultCase->flowDiagSolverInterface()->calculateRelPermCurves( activeCellIndex );
// Make sure we load the results that we'll query below