Changeset 1095


Ignore:
Timestamp:
06/25/09 11:04:55 (15 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

    r740 r1095  
    3232                %process data
    3333                [data isongrid]=processdata(md,data,options_structure);
    34                 titlestring=[choice ' at time ' num2str(md.results.transient(i).time) ' year'];
     34                titlestring=[choice ' at time ' num2str(md.results.transient(i).time/md.yts) ' year'];
    3535                plot_unit(x,y,z,elements,data,isongrid,is2d,options_structure)
    3636                apply_options_movie(md,options_structure,titlestring);
Note: See TracChangeset for help on using the changeset viewer.