Changeset 231 for trunk/src/mesh/util.h


Ignore:
Timestamp:
Mar 1, 2006 8:01:49 AM (18 years ago)
Author:
cxsong
Message:

added error codes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mesh/util.h

    r223 r231  
    2626        RP_ERR_NULL_PTR,
    2727        RP_ERR_TIMEOUT,
    28         RP_ERR_OUTOFBOUND_INDEX,
     28        RP_ERR_INVALID_INDEX,
    2929        RP_ERR_INVALID_ARRAY,
    3030        RP_ERR_WRONG_NUM_NODES,
     31        RP_ERR_TOO_MANY_NODES,
    3132        RP_ERR_TOO_MANY_ELEMENTS
    3233};
Note: See TracChangeset for help on using the changeset viewer.