Skip to content

Commit

Permalink
refs #7351 Trivial fix to compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jul 9, 2013
1 parent ca33d17 commit 7686062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Algorithms/src/SofQW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void SofQW::createInputProperties(API::Algorithm & alg)
void SofQW::exec()
{
using namespace Geometry;
double efixed;
double efixed(-1000.);

MatrixWorkspace_const_sptr inputWorkspace = getProperty("InputWorkspace");
// Do the full check for common binning
Expand Down

0 comments on commit 7686062

Please sign in to comment.