Fixes by clang-format

This commit is contained in:
kriben
2022-03-16 13:17:30 +00:00
committed by Kristian Bendiksen
parent ca769a53d4
commit f27a5b4e9e
2 changed files with 0 additions and 3 deletions

View File

@@ -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(),

View File

@@ -169,7 +169,6 @@ void RimEclipseContourMapView::initAfterRead()
scheduleCreateDisplayModelAndRedraw(); scheduleCreateDisplayModelAndRedraw();
} }
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
/// ///
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
@@ -178,7 +177,6 @@ bool RimEclipseContourMapView::isTimeStepDependentDataVisible() const
return true; return true;
} }
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
/// ///
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------