Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/AnalysisCorrelationToSurfaceUnitTest.cpp
r55a71b ra9b2a0a 81 81 // init tesselation and linked cell 82 82 Surface = new Tesselation; 83 TestMolecule->TesselStruct = Surface; 84 FindNonConvexBorder((ofstream *)&cerr, TestMolecule, LC, 2.5, NULL); 83 FindNonConvexBorder((ofstream *)&cerr, TestMolecule, Surface, (const LinkedCell *&)LC, 2.5, NULL); 85 84 LC = new LinkedCell(TestMolecule, 5.); 86 85 CPPUNIT_ASSERT_EQUAL( (size_t)4, Surface->PointsOnBoundary.size() ); … … 123 122 // remove 124 123 delete(TestMolecule); 125 // note that Surface and all the atoms are cleaned by TestMolecule 124 delete(Surface); 125 // note that all the atoms are cleaned by TestMolecule 126 126 delete(LC); 127 127 delete(tafel);
Note:
See TracChangeset
for help on using the changeset viewer.
