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:
@@ -70,6 +70,6 @@ private:
|
||||
|
||||
caf::PdmChildArrayField<RimFractureTemplate*> m_fractureDefinitions;
|
||||
caf::PdmField<RiaEclipseUnitTools::UnitSystemType> m_defaultUnitsForFracTemplates;
|
||||
caf::PdmField<int>
|
||||
m_nextValidFractureTemplateId; // Unique fracture template ID within a project, used to identify a fracture template
|
||||
caf::PdmField<int> m_nextValidFractureTemplateId; // Unique fracture template ID within a project, used to identify
|
||||
// a fracture template
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user