Skip to content

Commit

Permalink
refs #9184. Unused var removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jun 4, 2014
1 parent 396ba4e commit 10ad21a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -222,7 +222,6 @@ namespace Mantid
correctPosAlg->setProperty("AnalysisMode", analysisMode);
auto instrument = toCorrect->getInstrument();
IComponent_const_sptr sample = this->getSurfaceSampleComponent(instrument);
const std::string sampleComponentName = this->getProperty("SampleComponentName");
correctPosAlg->setProperty("SampleComponentName", sample->getName());
correctPosAlg->setProperty("TwoThetaIn", thetaInDeg * 2);

Expand Down

0 comments on commit 10ad21a

Please sign in to comment.