From aba85e92859684bb9161994ba0424b1119c70379 Mon Sep 17 00:00:00 2001 From: Raquel Alvarez Banos Date: Fri, 22 May 2015 15:38:17 +0100 Subject: [PATCH] Re #11825 Fixing initialization list, adding missing members --- .../src/FilterEventsByLogValuePreNexus.cpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/DataHandling/src/FilterEventsByLogValuePreNexus.cpp b/Code/Mantid/Framework/DataHandling/src/FilterEventsByLogValuePreNexus.cpp index 26fc66661001..bc6167f73bf0 100644 --- a/Code/Mantid/Framework/DataHandling/src/FilterEventsByLogValuePreNexus.cpp +++ b/Code/Mantid/Framework/DataHandling/src/FilterEventsByLogValuePreNexus.cpp @@ -202,8 +202,15 @@ static string generateMappingfileName(EventWorkspace_sptr &wksp) { /** Constructor */ FilterEventsByLogValuePreNexus::FilterEventsByLogValuePreNexus() - : Mantid::API::IFileLoader(), eventfile(NULL), - m_maxNumEvents(0) {} + : Mantid::API::IFileLoader(), proton_charge_tot(0), + eventfile(NULL), detid_max(0), num_events(0), num_pulses(0), numpixel(0), + num_good_events(0), num_error_events(0), num_bad_events(0), + num_wrongdetid_events(0), num_ignored_events(0), first_event(0), + m_maxNumEvents(0), using_mapping_file(false), loadOnlySomeSpectra(false), + longest_tof(0.0), shortest_tof(0.0), parallelProcessing(false), + pulsetimesincreasing(false), m_throwError(true), m_examEventLog(false), + m_pixelid2exam(0), m_numevents2write(0), m_freqHz(0), istep(0), + m_dbPixelID(0), m_useDBOutput(false), m_corretctTOF(false) {} //---------------------------------------------------------------------------------------------- /** Desctructor