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:
parent
19b46d27fa
commit
f6bb17e550
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user