- Timestamp:
- 06/25/14 10:44:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/HydrologyDCEfficientAnalysis.cpp
r18057 r18183 559 559 if(EPL_N<0.0)EPL_N=0.0; 560 560 /*Get then the square of the gradient of EPL heads*/ 561 EPLgrad2 = (epl_slopeX[i] *epl_slopeX[i]+epl_slopeY[i]*epl_slopeY[i]);561 EPLgrad2 = (epl_slopeX[i]+epl_slopeY[i])*(epl_slopeX[i]+epl_slopeY[i]); 562 562 563 563 /*And proceed to the real thing*/
Note:
See TracChangeset
for help on using the changeset viewer.