Ignore:
Timestamp:
10/16/19 16:19:42 (5 years ago)
Author:
aquiquet
Message:

Small modifications for gfortran enabled compilations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/steps_time_loop.f90

    r260 r285  
    7474     ! calcul de Hmx et Hmy -> shift=-1, dim=1 -> H(i-1,j) 
    7575 
    76      hmx(:,:)=0.5*(H(:,:)+eoshift(H(:,:),shift=-1,boundary=0.,dim=1)) 
    77      hmy(:,:)=0.5*(H(:,:)+eoshift(H(:,:),shift=-1,boundary=0.,dim=2)) 
     76     hmx(:,:)=0.5*(H(:,:)+eoshift(H(:,:),shift=-1,boundary=0d0,dim=1)) 
     77     hmy(:,:)=0.5*(H(:,:)+eoshift(H(:,:),shift=-1,boundary=0d0,dim=2)) 
    7878     hmx(1,:)=0. 
    7979     hmy(:,1)=0. 
Note: See TracChangeset for help on using the changeset viewer.