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:
@@ -104,7 +104,7 @@ void RimFractureSurface::loadSurfaceDataForTimeStep( int timeStep )
|
||||
loadDataFromFile();
|
||||
}
|
||||
|
||||
if ( timeStep >= static_cast<int>(m_surfacePerTimeStep.size()) ) return;
|
||||
if ( timeStep >= static_cast<int>( m_surfacePerTimeStep.size() ) ) return;
|
||||
|
||||
auto surface = new RigSurface;
|
||||
|
||||
|
Reference in New Issue
Block a user