Changeset 11686 for trunk/psLib/src/math/psSparse.c
- Timestamp:
- Feb 7, 2007, 1:52:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSparse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSparse.c
r10999 r11686 66 66 if (i < j) { 67 67 // psError(PS_ERR_UNKNOWN, true, "i=%d, j=%d refers to a sub-diagonal element. not allowed!"); 68 psAbort (__func__,"i=%d, j=%d refers to a sub-diagonal element. not allowed!", i, j);68 psAbort("i=%d, j=%d refers to a sub-diagonal element. not allowed!", i, j); 69 69 return false; 70 70 }
Note:
See TracChangeset
for help on using the changeset viewer.
