Changeset d2390d for molecuilder/src


Ignore:
Timestamp:
Apr 23, 2010, 8:09:40 AM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
d1829c
Parents:
af20f3
Message:

Don't exit when no starting triangle has been found.

  • The issue is that this is not a bug, but just a limitation of the so-far employed algorithm for obtaining a starting triangle.
  • If we exit, no .dat file is written, not even an empty one, indicating a perpetual running of the routine, which it does not.

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.cpp

    raf20f3 rd2390d  
    982982  if (!TesselStruct->FindStartingTriangle(RADIUS, LCList)) {
    983983    DoeLog(0) && (eLog() << Verbose(0) << "No valid starting triangle found." << endl);
    984     performCriticalExit();
     984    //performCriticalExit();
    985985  }
    986986  if (filename != NULL) {
Note: See TracChangeset for help on using the changeset viewer.