Changeset 6328 for issm/trunk
- Timestamp:
- 10/18/10 08:55:52 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/ThicknessCorrection.m
r2673 r6328 66 66 %check the computed thickness 67 67 minth=1/(1-md.rho_ice/md.rho_water); 68 pos=find(isnan( md.thickness) | (md.thickness<=0));68 pos=find(isnan(thickness) | (thickness<=0)); 69 69 thickness(pos)=minth; 70 70
Note:
See TracChangeset
for help on using the changeset viewer.