Skip to content
Snippets Groups Projects
Commit eae2055b authored by Thomas Jürges's avatar Thomas Jürges
Browse files

SW-546: Change the order in the initialisation list to make the compiler happy

parent 006a927c
No related branches found
No related tags found
No related merge requests found
...@@ -53,8 +53,8 @@ namespace LOFAR ...@@ -53,8 +53,8 @@ namespace LOFAR
itsStationMetaDataMap(stationMetaDataMap), itsStationMetaDataMap(stationMetaDataMap),
itsOutDir(outDir), itsOutDir(outDir),
itsNrSubbands(parset.getUint32Vector("Observation.TBB.TBBsetting.subbandList", true).size()), itsNrSubbands(parset.getUint32Vector("Observation.TBB.TBBsetting.subbandList", true).size()),
itsRunNr(0), subbandSize{_subbandSize},
subbandSize{_subbandSize} itsRunNr(0)
{ {
itsUnknownStationMetaData.available = false; itsUnknownStationMetaData.available = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment