Skip to content

Commit

Permalink
Sylvain Watelet - 07/10/2014 - bug fixes in dvlogitrange.f and rlvard…
Browse files Browse the repository at this point in the history
…epth.f90 (compilation with ifort)
  • Loading branch information
swatelet committed Oct 7, 2014
1 parent d1fba3d commit 57763e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DIVA3D/src/Fortran/Util/dvlogitrange.f
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
close(10)
ENDIF
!
RETURN
!! RETURN
END

SUBROUTINE DVDATASHRINK(A,B)
Expand Down
8 changes: 4 additions & 4 deletions DIVA3D/src/Fortran/Util/rlvardepth.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -612,6 +612,6 @@ subroutine JM0000(c,valexc,imax,jmax,kmax,work,work2,ic,ic2)
99 continue

return
end
End subroutine

End program rlvardepth

0 comments on commit 57763e5

Please sign in to comment.