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_sahel.m

    r24 r26  
    375375       else 
    376376      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    377        end 
     377       end; 
    378378       set (gca,'YTick',[-10:10:40],'YTickLabel',['   ';'  0';'10N';'20N';'30N';'   '],'fontname','Arial','fontsize',6); 
    379379       cartemonde1; 
     
    388388       if e==7; 
    389389           title('Geopotential and winds at 200 Hpa - Sahelian mode','fontsize',8) ; 
    390        end 
     390       end; 
    391391       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    392392       pos_vert=e/10; 
     
    442442       else 
    443443      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    444        end 
     444       end; 
    445445       set (gca,'YTick',[-10:10:40],'YTickLabel',['   ';'  0';'10N';'20N';'30N';'   '],'fontname','Arial','fontsize',6); 
    446446       cartemonde1; 
     
    455455       if e==7; 
    456456           title('Geopotential and winds at 200 Hpa - Sahelian mode','fontsize',8) ; 
    457        end 
     457       end; 
    458458       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    459459       pos_vert=e/10; 
Note: See TracChangeset for help on using the changeset viewer.