Skip to content

Commit

Permalink
refs #9389. Fix more warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed May 7, 2014
1 parent 1f409d3 commit 9c86927
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -265,10 +265,6 @@ class SpecularReflectionPositionCorrectTest: public CxxTest::TestSuite
std::string detectorName = "lineardetector", bool strictSpectrumCheck = true)
{
auto toConvert = this->linearDetectorWS;
const double thetaInRad = thetaInDegrees * (M_PI / 180);
VerticalHorizontalOffsetType offsetTuple = determine_vertical_and_horizontal_offsets(toConvert,
detectorName); // Offsets before correction
const double sampleToDetectorBeamOffsetExpected = offsetTuple.get<1>();

SpecularReflectionPositionCorrect alg;
alg.setChild(true);
Expand Down

0 comments on commit 9c86927

Please sign in to comment.