Skip to content

Commit

Permalink
Fix minor cppcheck warning
Browse files Browse the repository at this point in the history
Refs #10410
  • Loading branch information
DanNixon committed Oct 23, 2014
1 parent 582b757 commit 666a1c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/Framework/Algorithms/src/ElasticWindow.cpp
Expand Up @@ -180,8 +180,6 @@ void ElasticWindow::exec()
convUnitQ2->setPropertyValue("OutputWorkspace", "outQSquared");
convUnitQ2->execute();
outputQSquared = convUnitQ2->getProperty("OutputWorkspace");
startProgress += stepProgress;
endProgress += stepProgress;
}

setProperty("OutputInQ", outputQ);
Expand Down

0 comments on commit 666a1c5

Please sign in to comment.