Changeset 9367


Ignore:
Timestamp:
08/22/11 08:29:18 (14 years ago)
Author:
Mathieu Morlighem
Message:

some more cleanup

Location:
issm/trunk/src/m/model
Files:
5 deleted
1 moved

Legend:

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

    r9364 r9367  
    1 function [velx,vely,vel]=balvel(md)
    2 %BALVEL - computation of balanced velocities
     1function [velx,vely,vel]=sia(md)
     2%BALVEL - computation of Shallow Ice velocities
    33%
    44%   This routine uses the model of Hutter to compute the velocities
     
    66%
    77%   Usage:
    8 %      [velx,vely,vel]=balvel(md)
     8%      [velx,vely,vel]=sia(md)
    99
    1010if md.dim~=2,
Note: See TracChangeset for help on using the changeset viewer.