Changeset 21292
- Timestamp:
- 10/19/16 15:51:10 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/StressbalanceSIAAnalysis.cpp
r20993 r21292 317 317 318 318 /*Intermediaries */ 319 int frictionlaw = 1;319 int frictionlaw = 6; 320 320 IssmDouble ub,vb,slope2,drag,thickness,surface,connectivity; 321 321 IssmDouble slope[2]; … … 377 377 vb=-drag*rho_ice*gravity*thickness*slope[1]; 378 378 break; 379 case 6: 380 /*No sliding*/ 381 ub=0.; 382 vb=0.; 379 383 default: 380 384 _error_("Not supported yet");
Note:
See TracChangeset
for help on using the changeset viewer.