Ignore:
Timestamp:
Oct 5, 2009, 5:21:58 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
9c32a1
Parents:
8afe31
git-author:
Frederik Heber <heber@…> (10/05/09 17:14:58)
git-committer:
Frederik Heber <heber@…> (10/05/09 17:21:58)
Message:

Fixed testsuite, removed some minor bugs.

  • TesselationUnitTest_SOURCES lacked memoryallocator stuff
  • Free does not give a message anymore, as there can be no error.
  • testsuite was fixed for suite 2 and 3, mostly due to changed options that were not accomodated for in the testsuite
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    r8afe31 r58808e  
    20572057      return 0;
    20582058      break;
     2059    case 2:  // just for -f option
     2060      delete(molecules); // also free's all molecules contained
     2061      delete(periode);
     2062      cout << Verbose(0) <<  "Maximum of allocated memory: "
     2063        << MemoryUsageObserver::getInstance()->getMaximumUsedMemory() << endl;
     2064      cout << Verbose(0) <<  "Remaining non-freed memory: "
     2065        << MemoryUsageObserver::getInstance()->getUsedMemorySize() << endl;
     2066      return 2;
     2067      break;
    20592068    default:
    20602069      break;
Note: See TracChangeset for help on using the changeset viewer.