Fixes by clang-format

This commit is contained in:
github-actions[bot]
2020-08-05 12:07:14 +00:00
committed by GitHub
parent ea32743ad5
commit 4729221373

View File

@@ -31,9 +31,9 @@
#include "RimGeoMechContourMapViewCollection.h"
#include "RimGeoMechView.h"
#include "RimSurfaceInViewCollection.h"
#include "RimFaultInViewCollection.h"
#include "RimSimWellInViewCollection.h"
#include "RimSurfaceInViewCollection.h"
#include "Riu3DMainWindowTools.h"
@@ -301,8 +301,7 @@ RimGeoMechContourMapView* RicNewContourMapViewFeature::createGeoMechContourMapFr
contourMap->setDefaultCustomName();
// make sure no surfaces are shown in the view when the contourmap is generated
if ( contourMap->surfaceInViewCollection() )
contourMap->surfaceInViewCollection()->setCheckState( Qt::Unchecked );
if ( contourMap->surfaceInViewCollection() ) contourMap->surfaceInViewCollection()->setCheckState( Qt::Unchecked );
caf::PdmDocument::updateUiIconStateRecursively( contourMap );