mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
CMake : Improve handling of compiler flags (#8486)
#8478 Code cleanup to fix some warnings Several adjustments to improve the specification and usage of compile flags.
This commit is contained in:
@@ -252,7 +252,7 @@ void RimWellPathGroup::defineUiOrdering( QString uiConfigName, caf::PdmUiOrderin
|
||||
std::vector<const RigWellPath*> RimWellPathGroup::wellPathGeometries() const
|
||||
{
|
||||
std::vector<const RigWellPath*> allGeometries;
|
||||
for ( const auto child : m_childWellPaths() )
|
||||
for ( const auto& child : m_childWellPaths() )
|
||||
{
|
||||
if ( child->wellPathGeometry() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user