From 57763e5a21683eb6966c14d630ec4bd1d3d75bde Mon Sep 17 00:00:00 2001 From: Sylvain Watelet Date: Tue, 7 Oct 2014 13:00:08 +0000 Subject: [PATCH] Sylvain Watelet - 07/10/2014 - bug fixes in dvlogitrange.f and rlvardepth.f90 (compilation with ifort) --- DIVA3D/src/Fortran/Util/dvlogitrange.f | 2 +- DIVA3D/src/Fortran/Util/rlvardepth.f90 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DIVA3D/src/Fortran/Util/dvlogitrange.f b/DIVA3D/src/Fortran/Util/dvlogitrange.f index f9a7d64..68228c3 100644 --- a/DIVA3D/src/Fortran/Util/dvlogitrange.f +++ b/DIVA3D/src/Fortran/Util/dvlogitrange.f @@ -72,7 +72,7 @@ close(10) ENDIF ! - RETURN +!! RETURN END SUBROUTINE DVDATASHRINK(A,B) diff --git a/DIVA3D/src/Fortran/Util/rlvardepth.f90 b/DIVA3D/src/Fortran/Util/rlvardepth.f90 index 9d52704..2b86956 100755 --- a/DIVA3D/src/Fortran/Util/rlvardepth.f90 +++ b/DIVA3D/src/Fortran/Util/rlvardepth.f90 @@ -340,7 +340,7 @@ Subroutine UREADC(iu,c8,c4,valexr,iprecr,imaxr,jmaxr,kmaxr,nbmotr) write(*,*)' number of values retrieved:', (kl-1)*nbmots+kc-1 imaxr=0 return - end + End subroutine @@ -458,7 +458,7 @@ Subroutine UWRITC(iu,c8,c4,valex8,ipre8,imaxc,jmaxc,kmaxc,nbmots) write(*,*) 'imaxc,jmaxc,kmaxc,iprec,nbmots,valexc' write(*,*) imaxc,jmaxc,kmaxc,iprec,nbmots,valexc return - end + End subroutine subroutine UFILL(c,valexc,imax,jmax,kmax) implicit none @@ -485,7 +485,7 @@ subroutine UFILL(c,valexc,imax,jmax,kmax) !c call JM0000(c,valexc,imax,jmax,kmax,work,work2,ic,ic2) return - end + End subroutine !c subroutine JM0000(c,valexc,imax,jmax,kmax,work,work2,ic,ic2) implicit none @@ -612,6 +612,6 @@ subroutine JM0000(c,valexc,imax,jmax,kmax,work,work2,ic,ic2) 99 continue return - end + End subroutine End program rlvardepth