mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Reorder initialization order to match declaration
This commit is contained in:
@@ -160,8 +160,8 @@ public:
|
||||
|
||||
public:
|
||||
RigWellResultFrame() :
|
||||
m_isOpen(false),
|
||||
m_productionType(UNDEFINED_PRODUCTION_TYPE)
|
||||
m_productionType(UNDEFINED_PRODUCTION_TYPE),
|
||||
m_isOpen(false)
|
||||
{ }
|
||||
|
||||
const RigWellResultPoint* findResultCell(size_t gridIndex, size_t gridCellIndex) const;
|
||||
|
||||
Reference in New Issue
Block a user