Ignore:
Timestamp:
Nov 21, 2012, 2:41:31 PM (12 years ago)
Author:
Laurent Fairhead
Message:

Déclaration superflue (entraîne un plantage sous gfortran)


Unnecessary statement (will crash the execution when compiled
with gfortran)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dmem/dynredem_mod.F90

    r1632 r1684  
     1!
     2! $Id$
     3!
    14MODULE dynredem_mod
    2 
    3 
    4 
    5 
    65
    76CONTAINS
     
    3736   ENDIF
    3837!$OMP END MASTER
    39  
    40     ll=size(var,2)
    4138
    4239!$OMP MASTER
     
    105102!$OMP END MASTER
    106103 
    107     ll=size(var,2)
    108 
    109104!$OMP MASTER
    110105    ALLOCATE(var_tmp(ijb_v:ije_v,ll))
     
    172167!$OMP END MASTER
    173168 
    174     ll=size(var,2)
    175 
    176169!$OMP MASTER
    177170    ALLOCATE(var_tmp(ijb_u:ije_u,ll))
Note: See TracChangeset for help on using the changeset viewer.