Skip to content

Commit

Permalink
refs #5552 trying to deal with Unix error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Aug 4, 2012
1 parent fbe85ca commit cb81e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/MDEvents/src/MDBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ namespace MDEvents
// We check on equality and not >= to only add a box once.
if (this->data.size() == this->m_BoxController->getSplitThreshold())
{
auto BoxCtrl = dynamic_cast<BoxCtrlChangesList<MDBoxToChange<MDE,nd> >*>(m_BoxController.get());
auto BoxCtrl = dynamic_cast<BoxCtrlChangesList<MDBoxToChange<MDE,nd> >*>(this->m_BoxController.get());
BoxCtrl->addBoxToSplit(MDBoxToChange<MDE,nd>(this,index));

}
Expand Down

0 comments on commit cb81e40

Please sign in to comment.