Changeset 7776


Ignore:
Timestamp:
04/07/11 11:52:46 (14 years ago)
Author:
Mathieu Morlighem
Message:

Readded error message otherwise it crashes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Bamg/Geometry.cpp

    r7640 r7776  
    527527                        /*if there is a vertex found that is to close to vertices[i] -> error*/
    528528                        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)");
    531531                        }
    532532
Note: See TracChangeset for help on using the changeset viewer.