Skip to content

Commit

Permalink
refs #6449 some more warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts authored and martyngigg committed Apr 10, 2013
1 parent 2fc8525 commit a764369
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace MantidTestHelpers


// open file if it exists or crate it if not in the mode requested
bool fileExists(true);
//bool fileExists(true);
if(fileName.find("exist")!=std::string::npos)
{
size_t nEvents = 1000;
Expand Down Expand Up @@ -113,7 +113,7 @@ namespace MantidTestHelpers
{
size_t nEvents = DataBlock.size()/m_EventSize;
uint64_t position= blockPosition;
uint64_t fileLength = this->getFileLength();
//uint64_t fileLength = this->getFileLength();
m_fileMutex.lock();
if(m_EventSize*(position+nEvents)>fileContents.size())
{
Expand Down

0 comments on commit a764369

Please sign in to comment.