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/memoryallocator.hpp

    r8afe31 r58808e  
    110110 *
    111111 * \param pointer to the allocated memory range to free; may be NULL, this function is a no-op then
     112 * \param *msg optional error message
    112113 */
    113 template <typename X> void Free(X** buffer)
     114template <typename X> void Free(X** buffer, const char *msg = NULL)
    114115{
    115116  if ((buffer == NULL) || (*buffer == NULL))
Note: See TracChangeset for help on using the changeset viewer.