Changeset 14177


Ignore:
Timestamp:
12/17/12 16:47:24 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: list all unused options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plotmodel.m

    r13646 r14177  
    4848                for i=1:numberofplots,
    4949                        plot_manager(getfieldvalue(options.list{i},'model',md),options.list{i},subplotwidth,nlines,ncols,i);
     50                        %List all unused options
     51                        displayunused(options.list{i})
    5052                end
    5153        catch me,
Note: See TracChangeset for help on using the changeset viewer.