Changeset 11918
- Timestamp:
- 04/04/12 16:24:43 (13 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/include/macros.h
r10188 r11918 34 34 #ifdef _ISSM_DEBUG_ 35 35 #define _assert_(statement)\ 36 if (!(statement)) _error_("Assertion \"%s\" failed, please report bug to ISSM developers",#statement)36 if (!(statement)) _error_("Assertion \"%s\" failed, please report bug to %s",#statement,PACKAGE_BUGREPORT) 37 37 #else 38 38 #define _assert_(ignore)\ -
issm/trunk-jpl/src/c/modules/InterpFromMeshToGridx/InterpFromMeshToGridx.cpp
r9242 r11918 50 50 51 51 /*Set debug to 1 if there are lots of elements*/ 52 debug=(bool)((double)ncols*nlines*nels >= pow((double)10,(double)10));52 debug=(bool)((double)ncols*nlines*nels >= 5*pow(10.,10.)); 53 53 54 54 /*figure out if x or y are flipped*/
Note:
See TracChangeset
for help on using the changeset viewer.