fix to initialisation in reflections module propagated to other branches

This commit is contained in:
Lorenzo Figini 2014-06-10 14:03:41 +00:00
parent ee98ed5eb5
commit ec6d38b0cf

View File

@ -32,7 +32,8 @@ subroutine inters_linewall(xv,kv,rw,zw,nw,sint,normw)
integer :: i,j,ni,iint
real(r8), dimension(2) :: si,ti
real(r8) :: drw,dzw,xint,yint,rint,l,kxy
real(r8) :: tol=sqrt(epsilon(1.0_r8))
real(r8) :: tol
tol=sqrt(epsilon(1.0_r8))
sint=huge(sint)
iint=0
normw=0.0_r8