- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/LinkedCell/unittests/linkedcellUnitTest.cpp
r052c10 r94d5ac6 378 378 CPPUNIT_ASSERT_EQUAL( (size_t)0, ListOfPoints->size() ); 379 379 CPPUNIT_ASSERT_EQUAL( true, ListOfPoints->empty() ); 380 delete ListOfPoints;381 }; 380 delete(ListOfPoints); 381 };
Note:
See TracChangeset
for help on using the changeset viewer.