Skip to content

Commit

Permalink
refs #9048 Coverity Noise
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Feb 20, 2014
1 parent 5e72cc6 commit cd56c55
Showing 1 changed file with 9 additions and 1 deletion.
Expand Up @@ -104,7 +104,15 @@ namespace MDAlgorithms
//----------------------------------------------------------------------------------------------
/** Constructor
*/
ConvertToDiffractionMDWorkspace::ConvertToDiffractionMDWorkspace()
ConvertToDiffractionMDWorkspace::ConvertToDiffractionMDWorkspace():
ClearInputWorkspace(false), // imput workspace should be left untouched
OneEventPerBin(false), // it is very expensive otherwise
Append(true), // append data to existing target MD workspace if one exist
LorentzCorrection(false), // not doing Lorents
l1(1.),
beamline_norm(1.),
failedDetectorLookupCount(0),
m_extentsMin(NULL),m_extentsMax(NULL) // will be allocated in exec using nDims
{
}

Expand Down

0 comments on commit cd56c55

Please sign in to comment.