Skip to content

Commit

Permalink
refs #4201 Fixing unix error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jan 6, 2012
1 parent 18b3526 commit 84c186a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void ConvertToMDEvents::processQNDEWS()
{
DataObjects::EventWorkspace_const_sptr pEventWS = boost::static_pointer_cast<const DataObjects::EventWorkspace>(inWS2D);

size_t lastNumBoxes = this->pWSWrapper->pWorkspace()->getBoxController()->getTotalNumMDBoxes();
// size_t lastNumBoxes = this->pWSWrapper->pWorkspace()->getBoxController()->getTotalNumMDBoxes();
// counder for the number of events
size_t n_added_events(0);
// amount of work
Expand Down Expand Up @@ -178,7 +178,7 @@ void ConvertToMDEvents::processQNDEWS()
size_t ic = det_loc.detIDMap[wi];
int32_t det_id = det_loc.det_id[wi];

const EventList & el = pEventWS->getEventList(ic);
const DataObjects::EventList & el = pEventWS->getEventList(ic);
size_t numEvents = el.getNumberEvents();


Expand Down

0 comments on commit 84c186a

Please sign in to comment.