Changeset 27123
- Timestamp:
- 06/29/22 11:55:16 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r27121 r27123 920 920 } 921 921 922 /* Compute the hyperbolic tangent function*/922 /* set upper and lower bounds */ 923 923 if (gamma > 1.0) gamma = 1.0; 924 924 if (gamma < 0.0) gamma = 0.0; 925 if (bed >= sealevel) gamma = 0.0; 925 926 926 927 /*-------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.