Changeset 8826


Ignore:
Timestamp:
07/06/11 15:21:07 (14 years ago)
Author:
Mathieu Morlighem
Message:

Only one & in matlab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/modelextract.m

    r8823 r8826  
    195195        nodestoflag1=intersect(orphans_node,pos_node);
    196196        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),
    198198                if ~isnan(md1.vx_obs) & ~isnan(md1.vy_obs)
    199199                        md2.spcvx(nodestoflag2)=md2.vx_obs(nodestoflag2);
Note: See TracChangeset for help on using the changeset viewer.