Skip to content

Commit

Permalink
refs #4201 Stupid warning fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Dec 9, 2011
1 parent 279d584 commit 87ca30c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void testTOFConversionFails()
TS_ASSERT_THROWS_NOTHING(pSourceWSUnit->initialize(L1,L2,TwoTheta,emode,efix,delta));

double X0(5);
double tof ,k_tr;
double tof(0) ,k_tr(0);
TS_ASSERT_THROWS_NOTHING(tof = pSourceWSUnit->singleToTOF(X0));
TS_ASSERT_THROWS_NOTHING(k_tr = pWSUnit->singleFromTOF(tof));
}
Expand Down

0 comments on commit 87ca30c

Please sign in to comment.