Ignore:
Timestamp:
08/14/12 16:58:21 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: renaming _error2_ _error_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/bamg/Edge.cpp

    r12821 r13036  
    4545
    4646                /*some shecks*/
    47                 if (!(adj[0]==&e || adj[1]==&e)){ _error2_("Intersection bug"); }
     47                if (!(adj[0]==&e || adj[1]==&e)){ _error_("Intersection bug"); }
    4848                _assert_(adj[0]==&e || adj[1]==&e);
    4949
Note: See TracChangeset for help on using the changeset viewer.