Changeset 27658
- Timestamp:
- 03/24/23 13:27:18 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/DragCoefficientAbsGradientx/DragCoefficientAbsGradientx.cpp
r27476 r27658 65 65 /* get the friction law: if 2-Weertman, 11-Schoof or 14-RegularizedCoulomb, which has a different names of C */ 66 66 element->FindParam(&frictionlaw, FrictionLawEnum); 67 Input* drag_input ;67 Input* drag_input = NULL; 68 68 switch(frictionlaw) { 69 69 case 2:
Note:
See TracChangeset
for help on using the changeset viewer.