Changes in src/Tesselation/tesselation.cpp [a2a2f7:052c10]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tesselation/tesselation.cpp
ra2a2f7 r052c10 147 147 } 148 148 } 149 150 delete LinkedList; 149 151 } 150 152 … … 998 1000 LOG(3, "DEBUG: " << *(*Runner) << " with distance " << (*Runner)->distance(CandidateLine.OtherOptCenter) << "."); 999 1001 } 1000 delete (ListofPoints);1002 delete ListofPoints; 1001 1003 1002 1004 return flag;
Note:
See TracChangeset
for help on using the changeset viewer.