mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-format
This commit is contained in:
committed by
Kristian Bendiksen
parent
ca769a53d4
commit
f27a5b4e9e
@@ -223,7 +223,6 @@ std::vector<double> RimEclipseContourMapProjection::generateResults( int timeSte
|
|||||||
{
|
{
|
||||||
if ( cellColors->hasStaticResult() && timeStep > 0 ) timeStep = 0;
|
if ( cellColors->hasStaticResult() && timeStep > 0 ) timeStep = 0;
|
||||||
|
|
||||||
|
|
||||||
m_currentResultName = cellColors->resultVariable();
|
m_currentResultName = cellColors->resultVariable();
|
||||||
RigEclipseResultAddress resAddr( cellColors->resultType(),
|
RigEclipseResultAddress resAddr( cellColors->resultType(),
|
||||||
cellColors->resultVariable(),
|
cellColors->resultVariable(),
|
||||||
|
|||||||
@@ -169,7 +169,6 @@ void RimEclipseContourMapView::initAfterRead()
|
|||||||
scheduleCreateDisplayModelAndRedraw();
|
scheduleCreateDisplayModelAndRedraw();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
@@ -178,7 +177,6 @@ bool RimEclipseContourMapView::isTimeStepDependentDataVisible() const
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user