Skip to content

Commit

Permalink
Re #11825 Add missing member variables to initialization list
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed May 22, 2015
1 parent 95c6322 commit a8ee4e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Code/Mantid/Framework/Nexus/src/MuonNexusReader.cpp
Expand Up @@ -25,8 +25,10 @@ using namespace Mantid;

/// Default constructor
MuonNexusReader::MuonNexusReader()
: nexus_instrument_name(), corrected_times(NULL), counts(NULL),
detectorGroupings(NULL) {}
: nexus_instrument_name(), nexus_samplename(), nexusLogCount(0),
startTime_time_t(), t_nsp1(0), t_ntc1(0), t_nper(0),
corrected_times(NULL), counts(NULL), detectorGroupings(NULL),
numDetectors(0) {}

/// Destructor deletes temp storage
MuonNexusReader::~MuonNexusReader() {
Expand Down

0 comments on commit a8ee4e9

Please sign in to comment.