Ignore:
Timestamp:
06/05/09 16:10:57 (16 years ago)
Author:
Mathieu Morlighem
Message:

some fixing in latlon

File:
1 edited

Legend:

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

    r27 r826  
    154154
    155155%latlon
    156 if iscell(options_structure.latlon),
     156if (iscell(options_structure.latlon) | ~isnan(options_structure.latlon)),
    157157        latlonoverlay(options_structure.latlon,options_structure.latlonnumbering);
    158158end
Note: See TracChangeset for help on using the changeset viewer.