Skip to content

Commit

Permalink
refs #10384 Cpp check warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Oct 28, 2014
1 parent 2c7afc0 commit 7cfe893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/Algorithms/src/BackgroundHelper.cpp
Expand Up @@ -136,13 +136,13 @@ namespace Mantid
catch(Kernel::Exception::NotFoundError &)
{}
// try to get Efixed as property on a workspace, obtained for indirect instrument
bool eFixedFound(false);
//bool eFixedFound(false);
if (!EiFound)
{
try
{
Efi =inputWS->run().getPropertyValueAsType<double>("eFixed");
eFixedFound = true;
//eFixedFound = true;
}
catch(Kernel::Exception::NotFoundError &)
{}
Expand Down

0 comments on commit 7cfe893

Please sign in to comment.