Changeset f07455 for molecuilder/src/boundary.cpp
- Timestamp:
- Apr 22, 2010, 3:47:22 PM (16 years ago)
- Children:
- af20f3
- Parents:
- 424d3fe
- File:
-
- 1 edited
-
molecuilder/src/boundary.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.cpp
r424d3fe rf07455 980 980 981 981 // 1. get starting triangle 982 TesselStruct->FindStartingTriangle(RADIUS, LCList); 982 if (!TesselStruct->FindStartingTriangle(RADIUS, LCList)) { 983 DoeLog(0) && (eLog() << Verbose(0) << "No valid starting triangle found." << endl); 984 performCriticalExit(); 985 } 983 986 if (filename != NULL) { 984 987 if ((DoSingleStepOutput && ((TesselStruct->TrianglesOnBoundary.size() % SingleStepWidth == 0)))) { // if we have a new triangle and want to output each new triangle configuration
Note:
See TracChangeset
for help on using the changeset viewer.
