Ignore:
Timestamp:
11/07/14 11:39:31 (10 years ago)
Author:
sleclech
Message:

correction bug sur initialisation pointeurs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/out_cptr_mod.f90

    r6 r8  
    381381  character(len=80) :: filin 
    382382  integer ncid,status 
    383   real*8, dimension(:,:), pointer   :: tab             !< tableau 2d real ecrit dans le fichier 
    384   real*8, dimension(:,:,:), pointer :: tab1            !< tableau 3d real 
    385   real*8, dimension(:,:,:), pointer :: tab1T           !< tableau 3d real pour la temperature 
     383  real*8, dimension(:,:), pointer   :: tab => null()   !< tableau 2d real ecrit dans le fichier 
     384  real*8, dimension(:,:,:), pointer :: tab1 => null()  !< tableau 3d real 
     385  real*8, dimension(:,:,:), pointer :: tab1T => null() !< tableau 3d real pour la temperature 
    386386  character(len=20),dimension(3)    :: dimnames2d      !< dimensions pour netcdf pour tableau 2d pour les noeud majeur 
    387387  character(len=20),dimension(4)    :: dimnames3d      !< pour 3d troisieme dim est nz 
Note: See TracChangeset for help on using the changeset viewer.