Changeset 2694


Ignore:
Timestamp:
12/01/09 15:12:28 (15 years ago)
Author:
Eric.Larour
Message:

Added plot_rifts routine

Location:
issm/trunk/src/m/classes/public/plot
Files:
1 added
1 edited

Legend:

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

    r2649 r2694  
    5656                case 'riftvel',
    5757                        plot_riftvel(md,options,width,i);
     58                        return;
     59                case 'rifts',
     60                        plot_rifts(md,options,width,i);
    5861                        return;
    5962                case 'riftrelvel',
Note: See TracChangeset for help on using the changeset viewer.