Ignore:
Timestamp:
Oct 5, 2009, 4:05:53 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
58808e
Parents:
e1f6d7 (diff), bf497f (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' into ConvexHull

Conflicts:

.gitignore
molecuilder/src/Makefile.am
molecuilder/src/atom.cpp
molecuilder/src/tesselation.cpp

no serious overlaps, just a free Frees that were not present in ConcaveHull were MemoryAllocator class was added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/tesselation.cpp

    re1f6d7 r8afe31  
    88#include "helpers.hpp"
    99#include "linkedcell.hpp"
     10#include "memoryallocator.hpp"
    1011#include "tesselation.hpp"
    1112#include "tesselationhelpers.hpp"
     
    551552TesselPoint::~TesselPoint()
    552553{
     554  Free<char *>(&Name, "~TesselPoint - *Name");
    553555};
    554556
Note: See TracChangeset for help on using the changeset viewer.