Changeset 2239


Ignore:
Timestamp:
09/15/09 15:28:08 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r1740 r2239  
    2525                %process data
    2626                [data isongrid isquiver]=processdata(md,data,options_structure);
    27                 titlestring=[field ' at time ' num2str(md.results.transient(i).time/md.yts) ' year'];
     27                titlestring=[field ' at time ' num2str(md.results.transient(i).time) ' year'];
    2828                plot_unit(x,y,z,elements,data,isongrid,is2d,isquiver,options_structure)
    2929                apply_options_movie(md,options_structure,titlestring);
Note: See TracChangeset for help on using the changeset viewer.