Changeset 8830
- Timestamp:
- 07/06/11 16:54:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/modelextract.m
r8826 r8830 195 195 nodestoflag1=intersect(orphans_node,pos_node); 196 196 nodestoflag2=Pnode(nodestoflag1); 197 if ~isnan(md1.spcvx) & ~isnan(md1.spcvy) & ~isnan(md1.spcvz),198 if ~isnan(md1.vx_obs) & ~isnan(md1.vy_obs)197 if numel(md1.spcvx)>1 & numel(md1.spcvy)>2 & numel(md1.spcvz)>2, 198 if numel(md1.vx_obs)>1 & numel(md1.vy_obs)>1 199 199 md2.spcvx(nodestoflag2)=md2.vx_obs(nodestoflag2); 200 200 md2.spcvy(nodestoflag2)=md2.vy_obs(nodestoflag2);
Note:
See TracChangeset
for help on using the changeset viewer.