Skip to content

Commit

Permalink
Fixes by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Feb 2, 2024
1 parent 171ec0f commit be14cb7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ RimCorrelationPlotCollection::RimCorrelationPlotCollection()

CAF_PDM_InitFieldNoDefault( &m_correlationPlots, "CorrelationPlots", "Correlation Plots" );
CAF_PDM_InitFieldNoDefault( &m_correlationReports, "CorrelationReports", "Correlation Reports" );

}

//--------------------------------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ApplicationLibCode/ProjectDataModel/RimGridCollection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ RimGridInfoCollection::RimGridInfoCollection()
m_isActive.uiCapability()->setUiHidden( true );

CAF_PDM_InitFieldNoDefault( &m_gridInfos, "GridInfos", "Grid Infos" );

}

//--------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ RimSummaryCaseMainCollection::RimSummaryCaseMainCollection()

CAF_PDM_InitFieldNoDefault( &m_cases, "SummaryCases", "" );
CAF_PDM_InitFieldNoDefault( &m_caseCollections, "SummaryCaseCollections", "" );

}

//--------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit be14cb7

Please sign in to comment.