Ignore:
Timestamp:
01/08/09 09:41:48 (16 years ago)
Author:
pinsard
Message:

add semi-colon after end everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mode_sahelien/composite_wind200_rossby.m

    r24 r26  
    353353       else 
    354354      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    355        end 
     355       end; 
    356356       set (gca,'YTick',[-10:10:40],'YTickLabel',['   ';'  0';'10N';'20N';'30N';'   '],'fontname','Arial','fontsize',6); 
    357357       cartemonde1; 
     
    366366       if e==7; 
    367367       title('Composite geopotential + winds 200 hPa : differences min - max (mode Rossby EOF2)','fontsize',8) ; 
    368        end 
     368       end; 
    369369       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    370370       pos_vert=e/10; 
     
    418418       else 
    419419      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    420        end 
     420       end; 
    421421       set (gca,'YTick',[-10:10:40],'YTickLabel',['   ';'  0';'10N';'20N';'30N';'   '],'fontname','Arial','fontsize',6); 
    422422       cartemonde1; 
     
    432432           title('Composite geopotential + winds 200 hPa : differences min - max (mode Rossby EOF2)','fontsize',8) ; 
    433433 
    434        end 
     434       end; 
    435435       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    436436       pos_vert=e/10; 
Note: See TracChangeset for help on using the changeset viewer.