mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5101 clang-format: Adjusted penalties
Use lower absolute values to improve control of behavior
This commit is contained in:
@@ -139,9 +139,8 @@ bool RigGeoMechCaseData::readFemParts( std::string* errorMessage, const std::vec
|
||||
|
||||
m_elementPropertyReader = new RifElementPropertyReader( m_femParts->part( 0 )->elementIdxToId() );
|
||||
// Initialize results containers
|
||||
m_femPartResultsColl = new RigFemPartResultsCollection( m_readerInterface.p(),
|
||||
m_elementPropertyReader.p(),
|
||||
m_femParts.p() );
|
||||
m_femPartResultsColl =
|
||||
new RigFemPartResultsCollection( m_readerInterface.p(), m_elementPropertyReader.p(), m_femParts.p() );
|
||||
|
||||
// Calculate derived Fem data
|
||||
for ( int pIdx = 0; pIdx < m_femParts->partCount(); ++pIdx )
|
||||
|
||||
Reference in New Issue
Block a user