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:
@@ -52,8 +52,9 @@ public:
|
||||
|
||||
RigFlowDiagResultAddress(const std::string& aVariableName, PhaseSelection phaseSelection, const std::set<std::string>& someSelectedTracerNames)
|
||||
: variableName(aVariableName),
|
||||
phaseSelection(phaseSelection),
|
||||
selectedTracerNames(someSelectedTracerNames) {}
|
||||
selectedTracerNames(someSelectedTracerNames),
|
||||
phaseSelection(phaseSelection)
|
||||
{}
|
||||
|
||||
RigFlowDiagResultAddress(const std::string& aVariableName, PhaseSelection phaseSelection, const std::string& tracerName)
|
||||
: variableName(aVariableName),
|
||||
|
||||
Reference in New Issue
Block a user