Skip to content

Commit

Permalink
refs #5146. Fix bug in fileCheck()
Browse files Browse the repository at this point in the history
fileCheck() was always returning 99 so it was being
for all hdf5 files.
  • Loading branch information
stuartcampbell committed Dec 20, 2012
1 parent cebb87e commit f0d7022
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Mantid/Framework/DataHandling/src/LoadSassena.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ int LoadSassena::fileCheck(const std::string &filePath)
else
{
this->g_log.error("no version attribute found");
confidence = 99;
}
return confidence;
}
Expand Down

0 comments on commit f0d7022

Please sign in to comment.