Changeset 428


Ignore:
Timestamp:
05/14/09 12:13:57 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/macayeal/control.m

    r426 r428  
    246246         md.cont_parameter=B;
    247247         md.cont_vx=u;
    248     md.cont_vy=sqrt(u.^2+v.^2);
     248         md.cont_vy=v;
     249         md.cont_vel=sqrt(u.^2+v.^2);
    249250
    250251elseif strcmp(md.control_type,'drag'),
Note: See TracChangeset for help on using the changeset viewer.