Ignore:
Timestamp:
Oct 5, 2009, 2:35:06 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
bf497f
Parents:
2aea0b (diff), 14db08 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'ConcaveHull' of ssh://stud64d-02/home/metzler/workspace/espack into ConcaveHull

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/atom.cpp

    r2aea0b r7794d8  
    66
    77#include "atom.hpp"
     8#include "memoryallocator.hpp"
    89
    910/************************************* Functions for class atom *************************************/
     
    6162atom::~atom()
    6263{
    63   Free((void **)&ComponentNr, "atom::~atom: *ComponentNr");
     64  Free(&ComponentNr);
    6465};
    6566
Note: See TracChangeset for help on using the changeset viewer.