Changeset 24367
- Timestamp:
- 11/20/19 09:03:03 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Loads/Friction.cpp
r24349 r24367 620 620 element->GetInputValue(&Cmax,gauss,FrictionCmaxEnum); 621 621 element->GetInputValue(&C,gauss,FrictionCEnum); 622 element->GetInputValue(&m, FrictionMEnum);622 element->GetInputValue(&m,gauss,FrictionMEnum); 623 623 624 624 /*Get effective pressure and velocity magnitude*/ … … 651 651 element->GetInputValue(&f,gauss,FrictionfEnum); 652 652 element->GetInputValue(&C,gauss,FrictionCEnum); 653 element->GetInputValue(&m, FrictionMEnum);653 element->GetInputValue(&m,gauss,FrictionMEnum); 654 654 655 655 /*Get effective pressure and velocity magnitude*/
Note:
See TracChangeset
for help on using the changeset viewer.