Changeset 5884
- Timestamp:
- 09/18/10 13:08:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Materials/Matice.cpp
r5373 r5884 333 333 334 334 /*Checks in debugging mode*/ 335 if(viscosity<=0) ISSMERROR("Negative viscosity"); 335 336 ISSMASSERT(B>0); 336 337 ISSMASSERT(n>0); 337 ISSMASSERT(viscosity>0);338 338 339 339 /*Return: */ … … 404 404 405 405 /*Checks in debugging mode*/ 406 if(viscosity3d<=0) ISSMERROR("Negative viscosity"); 406 407 ISSMASSERT(B>0); 407 408 ISSMASSERT(n>0); 408 ISSMASSERT(viscosity3d>0);409 409 410 410 /*Assign output pointers:*/ … … 476 476 477 477 /*Checks in debugging mode*/ 478 if(viscosity3d<=0) ISSMERROR("Negative viscosity"); 478 479 ISSMASSERT(B>0); 479 480 ISSMASSERT(n>0); 480 ISSMASSERT(viscosity3d>0);481 481 482 482 /*Assign output pointers:*/
Note:
See TracChangeset
for help on using the changeset viewer.