Skip to content

Commit

Permalink
refs #10088 Prospective Coverity warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Aug 11, 2014
1 parent 032ff6f commit b6b2770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/Framework/DataHandling/src/LoadISISNexus2.cpp
Expand Up @@ -49,7 +49,8 @@ namespace Mantid
LoadISISNexus2::LoadISISNexus2() :
m_filename(), m_instrument_name(), m_samplename(), m_numberOfSpectra(0), m_numberOfSpectraInFile(0),
m_numberOfPeriods(0), m_numberOfPeriodsInFile(0), m_numberOfChannels(0), m_numberOfChannelsInFile(0),
m_have_detector(false),m_range_supplied(true), m_spec_min(0), m_spec_max(EMPTY_INT()),
m_have_detector(false),m_range_supplied(true), m_spec_min(0), m_spec_max(EMPTY_INT()),
m_load_selected_spectra(false),m_specInd2specNum_map(),m_spec2det_map(),
m_entrynumber(0), m_tof_data(), m_proton_charge(0.),
m_spec(), m_monitors(), m_logCreator(), m_progress()
{}
Expand Down

0 comments on commit b6b2770

Please sign in to comment.