Changeset 8835
- Timestamp:
- 07/07/11 07:49:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test1109.m
r8824 r8835 42 42 if i==3 | i==4, 43 43 pos=find(md.y/max(md.y)>=0.44 & md.y/max(md.y)<=0.5); 44 md.spcvx(pos)= 0;45 md.spcvy(pos)= 0;46 md.spcvz(pos)= 0;44 md.spcvx(pos)=NaN; 45 md.spcvy(pos)=NaN; 46 md.spcvz(pos)=NaN; 47 47 end 48 48
Note:
See TracChangeset
for help on using the changeset viewer.