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

add semi-colon after end everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SIMULS_IRCAAM/composite_olr_CTL_eof1_1030.m

    r24 r26  
    219219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220220           student1(a,b,c)=ttest(x,y,.2); 
    221         end 
    222     end 
    223 end 
     221        end; 
     222    end; 
     223end; 
    224224 
    225225% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    260260             end; 
    261261          end; 
    262        end 
     262       end; 
    263263       subplot(7,1,8-e); 
    264264       palettecomplet 
     
    274274       else 
    275275      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    276        end 
     276       end; 
    277277       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    278278       if e==4; 
     
    287287       if e==7; 
    288288          title('OLR composite EOF1 1030j simulation CTL','fontsize',8) ; 
    289        end 
     289       end; 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    291291       pos_vert=e/10; 
     
    322322             end; 
    323323          end; 
    324        end 
     324       end; 
    325325       subplot(7,1,8-e); 
    326326       palettecomplet 
     
    336336       else 
    337337      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    338        end 
     338       end; 
    339339       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    340340       if e==4; 
     
    349349       if e==7; 
    350350          title('OLR composite EOF1 1030j simulation CTL','fontsize',8) ; 
    351        end 
     351       end; 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    353353       pos_vert=e/10; 
Note: See TracChangeset for help on using the changeset viewer.