Ignore:
Timestamp:
01/07/09 16:49:58 (15 years ago)
Author:
pinsard
Message:

correction of usage of print function, fix side effect of load function

File:
1 edited

Legend:

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

    r23 r24  
    100100 
    101101status=load('eof1_AFR_30100.txt'); 
     102eof1_AFR_30100=status; 
     103clear status; 
    102104 
    103105% on met sous la forme annee mois 
     
    292294 
    293295figure(1); 
    294 status=print('-depsc2','composite_olr_EOF1_30100j_simulation_AFR_part1.eps'); 
     296print('-depsc2','composite_olr_EOF1_30100j_simulation_AFR_part1.eps'); 
    295297 
    296298figure(2); 
     
    354356 
    355357figure(2); 
    356 status=print('-depsc2','composite_olr_EOF1_30100j_simulation_AFR_part2.eps'); 
     358print('-depsc2','composite_olr_EOF1_30100j_simulation_AFR_part2.eps'); 
Note: See TracChangeset for help on using the changeset viewer.