Skip to content

Commit

Permalink
Refs #11499 remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Apr 20, 2015
1 parent e0a732c commit 5334e86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Code/Mantid/Framework/MDAlgorithms/src/Integrate3DEvents.cpp
Expand Up @@ -122,11 +122,12 @@ Mantid::Geometry::PeakShape_const_sptr Integrate3DEvents::ellipseIntegrateEvents
}

std::vector<std::pair<double, V3D> > &some_events = event_lists[hkl_key];
for (size_t it = 0; it != some_events.size(); ++it) {
// This does not seem to be used for anything
/*for (size_t it = 0; it != some_events.size(); ++it) {
hkl_key = getHklKey2(some_events[it].second);
if (hkl_key != 0) // only save if hkl != (0,0,0)
peak_qs[hkl_key] = some_events[it].second;
}
}*/

if (some_events.size() < 3) // if there are not enough events to
{ // find covariance matrix, return
Expand Down

0 comments on commit 5334e86

Please sign in to comment.