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:
@@ -68,11 +68,8 @@ QString RimObservedSummaryData::caseName() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimObservedSummaryData::updateFilePathsFromProjectPath( const QString& newProjectPath, const QString& oldProjectPath )
|
||||
{
|
||||
m_summaryHeaderFilename = RimTools::relocateFile( m_summaryHeaderFilename(),
|
||||
newProjectPath,
|
||||
oldProjectPath,
|
||||
nullptr,
|
||||
nullptr );
|
||||
m_summaryHeaderFilename =
|
||||
RimTools::relocateFile( m_summaryHeaderFilename(), newProjectPath, oldProjectPath, nullptr, nullptr );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user