Skip to content

Commit

Permalink
Fixed the last unit test without editing the test. Refs #4208.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Nov 30, 2011
1 parent 5db0a46 commit 75891ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ void DiffractionFocussing2::exec()
const MantidVec& Yin=inSpec->readY();
const MantidVec& Ein=inSpec->readE();

// outSpec->addDetectorIDs( inSpec->getDetectorIDs() );
outSpec->addDetectorIDs( inSpec->getDetectorIDs() );
try
{
VectorHelper::rebinHistogram(Xin,Yin,Ein,Xout,Yout,Eout,true);
Expand Down

0 comments on commit 75891ac

Please sign in to comment.