Changeset 18988
- Timestamp:
- 01/06/15 09:32:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Loads/Friction.cpp
r18985 r18988 191 191 } 192 192 Chi=vmag/(pow(C_param,n)*pow(Neff,n)*As); 193 alpha2= Neff * C_param * pow((Chi/(1 + alpha * pow(Chi,q ))),1/n) * 1/vmag;193 alpha2= Neff * C_param * pow((Chi/(1 + alpha * pow(Chi,q_exp))),1/n) * 1/vmag; 194 194 _assert_(!xIsNan<IssmDouble>(alpha2)); 195 195 /*Assign output pointers:*/
Note:
See TracChangeset
for help on using the changeset viewer.