Changeset 23983
- Timestamp:
- 06/04/19 13:29:27 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Loads/Channel.cpp
r23977 r23983 677 677 /*Compute new S based on Forward Euler (explicit)*/ 678 678 this->S = this->S + dt*( (Xi - Pi)/(rho_ice*L) - vc); 679 if(this->S<0.) ;this->S = 0.;679 if(this->S<0.) this->S = 0.; 680 680 681 681 /*Clean up and return*/
Note:
See TracChangeset
for help on using the changeset viewer.