Changeset 19531
- Timestamp:
- 09/01/15 13:23:26 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/StressbalanceSIAAnalysis.cpp
r19291 r19531 418 418 Input* drag_input = NULL; 419 419 Friction* friction = NULL; 420 if(frictionlaw!=5 ){420 if(frictionlaw!=5 && frictionlaw!=1){ 421 421 drag_input = element->GetInput(FrictionCoefficientEnum); _assert_(drag_input); 422 422 }
Note:
See TracChangeset
for help on using the changeset viewer.