Changeset 9842


Ignore:
Timestamp:
09/19/11 15:07:45 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/hydrology.m

    r9820 r9842  
    1212                q              = modelfield('default',0,'marshall',true,'format','Double');
    1313                kn             = modelfield('default',0,'marshall',true,'format','Double');
    14                 stabilization          = modelfield('default',0,'marshall',true,'format','Integer');
     14                stabilization  = modelfield('default',0,'marshall',true,'format','Integer');
    1515        end
    1616        methods
     
    6161                        fielddisplay(obj,'q','dimensionless exponent in Manning velocity formula');
    6262                        fielddisplay(obj,'kn','parameter in effective pressure formula');
    63                         fielddisplay(obj,'stabilization','0->no, 1->artificial_diffusivity');
     63                        fielddisplay(obj,'stabilization','artificial diffusivity (default is 1)');
    6464
    6565                end % }}}
Note: See TracChangeset for help on using the changeset viewer.