Changeset 1027 for IOIPSL


Ignore:
Timestamp:
05/20/10 14:41:32 (14 years ago)
Author:
bellier
Message:

Bugfix on the time axis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • IOIPSL/trunk/src/histcom.f90

    r1023 r1027  
    14041404    dims(1) = W_F(idf)%tid 
    14051405    l_b = (INDEX(W_F(idf)%W_V(itx)%tax_name,"t_op_") == 1) 
    1406     IF (W_F(idf)%n_tax > 1) THEN 
     1406    IF (itx > 1) THEN 
    14071407      str30 = W_F(idf)%W_V(itx)%tax_name 
    14081408    ELSE 
     
    15681568!- 
    15691569      IF (itax > 0) THEN 
    1570         IF (W_F(idf)%n_tax > 1) THEN 
     1570        IF (itax > 1) THEN 
    15711571          str30 = W_F(idf)%W_V(itax)%tax_name 
    15721572        ELSE 
Note: See TracChangeset for help on using the changeset viewer.