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