Fixes by clang-format

This commit is contained in:
magnesj 2025-02-06 10:07:05 +00:00 committed by Magne Sjaastad
parent 19b46d27fa
commit f6bb17e550

View File

@ -104,7 +104,7 @@ void RimFractureSurface::loadSurfaceDataForTimeStep( int timeStep )
loadDataFromFile(); loadDataFromFile();
} }
if ( timeStep >= static_cast<int>(m_surfacePerTimeStep.size()) ) return; if ( timeStep >= static_cast<int>( m_surfacePerTimeStep.size() ) ) return;
auto surface = new RigSurface; auto surface = new RigSurface;