Changeset d3d15c
- Timestamp:
- Feb 6, 2009, 9:48:09 AM (17 years ago)
- Children:
- fafb43
- Parents:
- 95183e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.cpp
r95183e rd3d15c 2308 2308 cout << Verbose(0) << "Begin of Find_non_convex_border\n"; 2309 2309 bool flag = false; // marks whether we went once through all baselines without finding any without two triangles 2310 2311 if ((mol->first->next == mol->last) || (mol->last->previous == mol->first)) 2312 mol->CreateAdjacencyList((ofstream *)&cout, 1.6, true); 2313 2310 2314 Tess->Find_starting_triangle(mol, RADIUS); 2311 2315
Note:
See TracChangeset
for help on using the changeset viewer.