Ignore:
Timestamp:
08/15/12 18:02:10 (13 years ago)
Author:
glperez
Message:

BUG: Reverted back. Chaco module not compiling...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/gauss/GaussTria.cpp

    r13036 r13055  
    8080        }
    8181        else
    82          _error_("The 2 indices provided are not supported yet (user provided " << index1 << " and " << index2 << ")");
     82         _error2_("The 2 indices provided are not supported yet (user provided " << index1 << " and " << index2 << ")");
    8383
    8484        /*Initialize static fields as undefined*/
     
    178178        }
    179179        else
    180          _error_("The 2 indices provided are not supported yet (user provided " << index1 << " and " << index2 << ")");
     180         _error2_("The 2 indices provided are not supported yet (user provided " << index1 << " and " << index2 << ")");
    181181
    182182}
     
    241241                        break;
    242242                default:
    243                         _error_("vertex index should be in [0 2]");
     243                        _error2_("vertex index should be in [0 2]");
    244244
    245245        }
Note: See TracChangeset for help on using the changeset viewer.