mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format : Set PenaltyBreakAssignment to 130
This commit is contained in:
@@ -164,10 +164,10 @@ void RiuFemTimeHistoryResultAccessor::computeTimeHistoryData()
|
||||
|
||||
for ( int frameIdx = 0; frameIdx < femPartResultsColl->frameCount(); frameIdx++ )
|
||||
{
|
||||
const std::vector<float>& scalarResults = m_geoMechCaseData->femPartResults()
|
||||
->resultValues( *m_femResultAddress,
|
||||
static_cast<int>( m_gridIndex ),
|
||||
frameIdx );
|
||||
const std::vector<float>& scalarResults =
|
||||
m_geoMechCaseData->femPartResults()->resultValues( *m_femResultAddress,
|
||||
static_cast<int>( m_gridIndex ),
|
||||
frameIdx );
|
||||
if ( scalarResults.size() )
|
||||
{
|
||||
float scalarValue = scalarResults[scalarResultIndex];
|
||||
|
||||
Reference in New Issue
Block a user