Changeset 39fef2 for molecuilder/src
- Timestamp:
- Feb 25, 2010, 3:06:38 PM (15 years ago)
- Children:
- a0fcfb
- Parents:
- d06198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/ActOnAllUnitTest.cpp
rd06198 r39fef2 44 44 { 45 45 VL.EmptyList(); 46 // Ref was copy constructed, hence has to be cleaned, too! 47 Ref.EmptyList(); 48 MemoryUsageObserver::purgeInstance(); 46 49 }; 47 50 … … 92 95 VL.ActOnAll( (void (Vector::*)(const double ** const)) &Vector::Scale, (const double ** const)&inverses ); 93 96 CPPUNIT_ASSERT_EQUAL( VL == Ref , true ); 97 Free(factors); 98 Free(inverses); 94 99 }; 95 100
Note:
See TracChangeset
for help on using the changeset viewer.