Changeset 2525


Ignore:
Timestamp:
Oct 23, 2009, 2:40:17 PM (17 years ago)
Author:
seroussi
Message:

minor wrong case for showsection

File:
1 edited

Legend:

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

    r2524 r2525  
    8181
    8282                %Show Section if requested by user
    83                 if ~exist(options,'showsection')
     83                if exist(options,'showsection')
    8484
    8585                        %compute number of labels
Note: See TracChangeset for help on using the changeset viewer.