Changeset 6437 for issm/trunk
- Timestamp:
- 10/27/10 13:32:22 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r6436 r6437 4513 4513 /*Check solution*/ 4514 4514 if(isnan(values[i])) _error_("NaN found in solution vector"); 4515 if(values[i]<0) _error_("temperature < 0°K found in solution vector");4515 if(values[i]<0) printf("temperature < 0°K found in solution vector\n"); 4516 4516 if(values[i]>275) printf("temperature > 275°K found in solution vector (Paterson's rheology associated is negative)\n"); 4517 4517 }
Note:
See TracChangeset
for help on using the changeset viewer.