Changeset 3772
- Timestamp:
- 05/17/10 10:08:09 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/include/macros.h
r3771 r3772 30 30 #else 31 31 #define ISSMASSERT(ignore)\ 32 printf("ISSM_DEBUG undefined\n");32 ((void) 0) 33 33 #endif 34 #define ISSMASSERT2(statement)\35 if (!(statement)) ISSMERROR("ASSERT2 STOP"); else printf("NO STOP\n")36 34 37 35 /*The following macros hide the error exception handling in a matlab module. Just put
Note:
See TracChangeset
for help on using the changeset viewer.