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