Changeset 814


Ignore:
Timestamp:
06/05/09 12:12:28 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/doc/issmdoc.m

    r641 r814  
    1616disp(sprintf('%s','        md=setelementstype(md,''macayeal'',''all''); %defines all elements as MacAyeal''s'));
    1717disp(sprintf('%s','        md=solve(md,''analysis_type'',''diagnostic'',''package'',''ice'');   %generate the velocity field of the ice shelf using the solver ICE'));
    18 disp(sprintf('%s','        plotmodel(md,''data'',''vel'');              %displays the velocity (type plotdoc for plotmodel help)'));
     18disp(sprintf('%s','        plotmodel(md,''data'',md.results.diagnostic.vel);              %displays the velocity (type plotdoc for plotmodel help)'));
Note: See TracChangeset for help on using the changeset viewer.