diff --git a/Framework/API/inc/MantidAPI/Projection.h b/Framework/API/inc/MantidAPI/Projection.h index 09dbd5c0965e3d10a399ffade13cbb95c541ca20..f53abb027988d78d4d042dd81d7b43e08b1dc794 100644 --- a/Framework/API/inc/MantidAPI/Projection.h +++ b/Framework/API/inc/MantidAPI/Projection.h @@ -8,7 +8,6 @@ #include <boost/shared_ptr.hpp> - namespace Mantid { namespace API { diff --git a/Framework/DataObjects/src/BoxControllerNeXusIO.cpp b/Framework/DataObjects/src/BoxControllerNeXusIO.cpp index 57138192388169e843637517a3ee5037f00259eb..d82e05425e8f2c57b3b48450547230119d8b0c07 100644 --- a/Framework/DataObjects/src/BoxControllerNeXusIO.cpp +++ b/Framework/DataObjects/src/BoxControllerNeXusIO.cpp @@ -467,9 +467,9 @@ void BoxControllerNeXusIO::closeFile() { this->flushCache(); // lock file std::lock_guard<std::mutex> _lock(m_fileMutex); - + m_File->closeData(); // close events data - if (!m_ReadOnly) // write free space groups from the disk buffer + if (!m_ReadOnly) // write free space groups from the disk buffer { std::vector<uint64_t> freeSpaceBlocks; this->getFreeSpaceVector(freeSpaceBlocks);