Changeset 27685
- Timestamp:
- 04/10/23 14:06:33 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Cfdragcoeffabsgrad.cpp
r27681 r27685 137 137 Input *drag_input = NULL; 138 138 139 /* get the friction law: if 2-Weertman, 11-Schoof or 14-RegularizedCoulomb, which has a different names of C */139 /* get the friction law: if 2-Weertman, 11-Schoof, 14-RegularizedCoulomb 15-RegularizedCoulomb2, which has a different names of C */ 140 140 element->FindParam(&frictionlaw, FrictionLawEnum); 141 141 switch(frictionlaw) { … … 143 143 case 11: 144 144 case 14: 145 case 15: 145 146 drag_input = basalelement->GetInput(FrictionCEnum); _assert_(drag_input); 146 147 break;
Note:
See TracChangeset
for help on using the changeset viewer.