Skip to content

Commit

Permalink
Merge pull request #416 from mantidproject/fix_cppcheck_warning_Integ…
Browse files Browse the repository at this point in the history
…rateEllipsoids_unused_variable

Fix Cppcheck warning (unused variable in IntegrateEllipsoids)
  • Loading branch information
AndreiSavici committed Mar 18, 2015
2 parents 0a5283f + 7d795e9 commit a0d243f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Code/Mantid/Framework/MDEvents/src/IntegrateEllipsoids.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,6 @@ void IntegrateEllipsoids::exec() {
const size_t numSpectra = wksp->getNumberHistograms();
Progress prog(this, 0.5, 1.0, numSpectra);

// loop through the eventlists
std::vector<double> buffer(DIMS);

if (eventWS) {
// process as EventWorkspace
qListFromEventWS(integrator, prog, eventWS, unitConv, qConverter);
Expand Down

0 comments on commit a0d243f

Please sign in to comment.