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