Changeset 7776
- Timestamp:
- 04/07/11 11:52:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Bamg/Geometry.cpp
r7640 r7776 527 527 /*if there is a vertex found that is to close to vertices[i] -> error*/ 528 528 if( v && Norme1(v->r - vertices[i].r) < eps ){ 529 //_error_("two points of the geometry are very closed to each other");530 printf("%g %g\n",v->ReferenceNumber,vertices[i].ReferenceNumber);529 printf("%i %i\n",v->ReferenceNumber,vertices[i].ReferenceNumber); 530 _error_("two points of the geometry are very closed to each other (see reference numbers above)"); 531 531 } 532 532
Note:
See TracChangeset
for help on using the changeset viewer.