Skip to content

Commit

Permalink
refs #6447 Syntax improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Oct 2, 2013
1 parent 14e4169 commit 0a8cd7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/Framework/API/src/BoxController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ namespace API
if(m_maxNumMDBoxes[i]!=other.m_maxNumMDBoxes[i])return false;
}
//There are number of variables which are
// 1) derived: not Should we compare this?
// umber of events sitting in the boxes which should be split but are already split up to the max depth: volatile size_t m_numEventsAtMax;
// 1) derived:
// Number of events sitting in the boxes which should be split but are already split up to the max depth: volatile size_t m_numEventsAtMax;
// 2) Dynamical and related to current processor and dynamical jobs allocation:
// For adding events tasks: size_t m_addingEvents_eventsPerTask; m_addingEvents_numTasksPerBlock;
// These variables are not compared but may need to be compared in a future for some purposes.
// These variables are not compared here but may need to be compared in a future for some purposes.


return true;
Expand Down

0 comments on commit 0a8cd7d

Please sign in to comment.