Skip to content

Commit

Permalink
Re #11825 Fixing initialization list
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed May 22, 2015
1 parent aba85e9 commit 01d7a98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Code/Mantid/Framework/DataHandling/src/SaveISISNexus.cpp
Expand Up @@ -37,7 +37,10 @@ using namespace Kernel;
using namespace API;

/// Empty default constructor
SaveISISNexus::SaveISISNexus() : Algorithm() {}
SaveISISNexus::SaveISISNexus()
: Algorithm(), m_isisRaw(), handle(), rawFile(), nper(0), nsp(0), ntc(0),
nmon(0), ndet(0), counts_link(), period_index_link(),
spectrum_index_link(), time_of_flight_link(), time_of_flight_raw_link() {}

/** Initialisation method.
*
Expand Down

0 comments on commit 01d7a98

Please sign in to comment.