fix to initialisation in reflections module propagated to other branches
This commit is contained in:
parent
e74ec6eecb
commit
5a5406a5cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user