Ignore:
Timestamp:
Aug 17, 2006, 5:41:51 PM (18 years ago)
Author:
Laurent Fairhead
Message:

Inclusion des modifs de Y. Meurdesoif pour la version V3
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/V3_test/libf/phylmd/fisrtilp_tr.F

    r703 r704  
    1111
    1212c
     13      USE dimphy
    1314      IMPLICIT none
    1415c======================================================================
     
    1920c======================================================================
    2021c======================================================================
    21 #include "dimensions.h"
    22 #include "dimphy.h"
     22cym#include "dimensions.h"
     23cym#include "dimphy.h"
    2324#include "YOMCST.h"
    2425#include "tracstoke.h"
     
    101102      LOGICAL appel1er
    102103      SAVE appel1er
     104c$OMP THREADPRIVATE(appel1er)
    103105c
    104106c---------------------------------------------------------------
     
    110112      REAL a_tr_sca(4)
    111113      save a_tr_sca
     114c$OMP THREADPRIVATE(a_tr_sca)
    112115c
    113116c Variables intermediaires
Note: See TracChangeset for help on using the changeset viewer.