Changeset 1793


Ignore:
Timestamp:
08/24/09 08:48:58 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed nightlyrun (spc vz also)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/modelextract.m

    r1769 r1793  
    189189        gridstoflag2=Pgrid(gridstoflag1);
    190190        if ~isnan(md1.spcvelocity),
    191                 md2.spcvelocity(gridstoflag2,1:2)=1;
     191                md2.spcvelocity(gridstoflag2,1:3)=1;
    192192                if ~isnan(md1.vx_obs) & ~isnan(md1.vy_obs)
    193193                        md2.spcvelocity(gridstoflag2,4)=md2.vx_obs(gridstoflag2);
Note: See TracChangeset for help on using the changeset viewer.