Ignore:
Timestamp:
Jun 22, 2007, 2:46:23 PM (18 years ago)
Author:
Laurent Fairhead
Message:

Modifications suite a la transformation des fichiers include pour
qu'ils soient compatibles a la fois au format fixe et au format libre
Un bon nombre de fichier *.inc du coup disparaissent
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3dpar/bands.F90

    r774 r792  
    3333    implicit none
    3434
    35     include "dimensions90.h"
    36 !#include "paramet90.h"   
     35    include "dimensions.h"
    3736      integer :: i,j
    3837      character (len=4) :: siim,sjjm,sllm,sproc
     
    9392     USE mod_phys_lmdz_para, ONLY : jj_para_begin,jj_para_end
    9493     IMPLICIT NONE
    95      INCLUDE 'dimensions90.h'   
     94     INCLUDE 'dimensions.h'   
    9695     INTEGER :: i
    9796       
     
    376375    USE parallel
    377376    implicit none
    378     include "dimensions90.h"
     377    include "dimensions.h"
    379378
    380379      integer :: i,j
Note: See TracChangeset for help on using the changeset viewer.