Skip to content

Commit

Permalink
refs #6449 stupid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 9, 2013
1 parent 4b2474d commit bbe3476
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 @@ -886,7 +886,7 @@ namespace MDEvents
if(!FileSaver->isOpened())
throw(std::invalid_argument(" The data file has to be opened to use box loadAndAddFrom function"));

Poco::ScopedLock<Kernel::Mutex> _lock(m_dataMutex);
Poco::ScopedLock<Kernel::Mutex> _lock(this->m_dataMutex);

std::vector<coord_t> TableData;
FileSaver->loadBlock(TableData,filePosition,nEvents);
Expand Down

0 comments on commit bbe3476

Please sign in to comment.