Changeset 14153


Ignore:
Timestamp:
12/12/12 16:44:14 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fix matlab complaining about Unrecognize Compiler pragma

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/plotoptions.m

    r14101 r14153  
    112112                                                         continue;
    113113
    114                                                          %#all
     114                                                         %pound all
    115115                                                 elseif strcmpi(plotnum,'all');
    116116                                                         for j=1:numberofplots,
     
    118118                                                         end
    119119
    120                                                          %#i-j
     120                                                         %pound i-j
    121121                                                 elseif ismember('-',plotnum)
    122122                                                         nums=strsplit(plotnum,'-');
     
    129129                                                         end
    130130
    131                                                          %#i
     131                                                         %pound i
    132132                                                 else
    133133                                                         %assign to subplot
Note: See TracChangeset for help on using the changeset viewer.