Changeset 3772


Ignore:
Timestamp:
05/17/10 10:08:09 (15 years ago)
Author:
Mathieu Morlighem
Message:

oops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/include/macros.h

    r3771 r3772  
    3030#else
    3131#define ISSMASSERT(ignore)\
    32   printf("ISSM_DEBUG undefined\n");
     32  ((void) 0)
    3333#endif
    34 #define ISSMASSERT2(statement)\
    35   if (!(statement)) ISSMERROR("ASSERT2 STOP"); else printf("NO STOP\n")
    3634
    3735/*The following macros hide the error exception handling in a matlab module. Just put
Note: See TracChangeset for help on using the changeset viewer.