Changeset 23983
- Timestamp:
- 06/04/19 13:29:27 (6 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  issm/trunk-jpl/src/c/classes/Loads/Channel.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      issm/trunk-jpl/src/c/classes/Loads/Channel.cppr23977 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.
  ![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)
