Changeset ef5521 for molecuilder/src/tesselation.cpp
- Timestamp:
- Aug 7, 2009, 12:46:27 PM (16 years ago)
- Children:
- 609e48
- Parents:
- 0fc0b5
- File:
-
- 1 edited
-
molecuilder/src/tesselation.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.cpp
r0fc0b5 ref5521 912 912 913 913 cloud->GoToFirst(); 914 while (!cloud->Is Last()) { // we only have to go once through all points, as boundary can become only bigger914 while (!cloud->IsEnd()) { // we only have to go once through all points, as boundary can become only bigger 915 915 Walker = cloud->GetPoint(); 916 916 *out << Verbose(2) << "Current point is " << *Walker << "." << endl; … … 1325 1325 cout << Verbose(0) << "Begin of Find_next_suitable_triangle\n"; 1326 1326 bool result = true; 1327 bool degenerateTriangle = false;1328 1327 CandidateList *Opt_Candidates = new CandidateList(); 1329 1328
Note:
See TracChangeset
for help on using the changeset viewer.
