Changeset d3d15c


Ignore:
Timestamp:
Feb 6, 2009, 9:48:09 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
fafb43
Parents:
95183e
Message:

Find_non_convex_border(): calls CreateAdjacencyList() to fill bond list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.cpp

    r95183e rd3d15c  
    23082308  cout << Verbose(0) << "Begin of Find_non_convex_border\n";
    23092309  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
    23102314  Tess->Find_starting_triangle(mol, RADIUS);
    23112315
Note: See TracChangeset for help on using the changeset viewer.