Changeset 1793
- Timestamp:
- 08/24/09 08:48:58 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/modelextract.m
r1769 r1793 189 189 gridstoflag2=Pgrid(gridstoflag1); 190 190 if ~isnan(md1.spcvelocity), 191 md2.spcvelocity(gridstoflag2,1: 2)=1;191 md2.spcvelocity(gridstoflag2,1:3)=1; 192 192 if ~isnan(md1.vx_obs) & ~isnan(md1.vy_obs) 193 193 md2.spcvelocity(gridstoflag2,4)=md2.vx_obs(gridstoflag2);
Note:
See TracChangeset
for help on using the changeset viewer.