Skip to content

Commit

Permalink
Re #7878. Remove no longer needed delete.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Sep 9, 2013
1 parent 03be3a3 commit 2bf30d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/Framework/API/test/SampleTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ class SampleTest : public CxxTest::TestSuite
TS_ASSERT_DELTA(mat.cohScatterXSection(lambda), 0.0184, 1e-02);
TS_ASSERT_DELTA(mat.incohScatterXSection(lambda), 5.08, 1e-02);
TS_ASSERT_DELTA(mat.absorbXSection(lambda), 5.93, 1e-02);

delete vanBlock;
}

void test_Single_Sample()
Expand Down

0 comments on commit 2bf30d7

Please sign in to comment.