mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
rename
This commit is contained in:
@@ -79,11 +79,11 @@ void RimPlotAxisAnnotation::setValue(double value)
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimPlotAxisAnnotation::setEquilibriumData(RimEclipseCase* eclipseCase,
|
||||
int equilibriumRegion,
|
||||
int zeroBasedEquilRegionIndex,
|
||||
PlotAxisAnnotationType annotationType)
|
||||
{
|
||||
m_sourceCase = eclipseCase;
|
||||
m_equilNum = equilibriumRegion;
|
||||
m_equilNum = zeroBasedEquilRegionIndex + 1;
|
||||
m_annotationType = annotationType;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user