Skip to content

Commit

Permalink
Removed tabulation characters
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Jan 16, 2019
1 parent 6aeb052 commit d57f787
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/unresr.f90
Original file line number Diff line number Diff line change
Expand Up @@ -944,10 +944,10 @@ subroutine unresl(ee,tt,sig0,nsig0,sigbkg,sigu,arry)
sigbt=sigbkg(1)+spot+sint
do is=1,nsig0
sigm(is)=sigbt+sig0(is)
if (sigm(is).lt.zero) then
if (sigm(is).lt.zero) then
call mess('unresl', 'Negative background xs in urr may cause issues',&
&'Check the evaluation')
endif
&'Check the evaluation')
endif
enddo
ispot=1

Expand Down Expand Up @@ -1110,11 +1110,11 @@ subroutine unresl(ee,tt,sig0,nsig0,sigbkg,sigu,arry)
sti=gg(5)/del(itp)
do is0=1,nsig0
beta=sigm(is0)/s0u
if (beta.lt.zero.and.abs(beta).lt.one.and.noissue) then
call mess('unresl','Square root of negative number detected',&
&'Probably caused by negative background xs in urr')
noissue=.false.
endif
if (beta.lt.zero.and.abs(beta).lt.one.and.noissue) then
call mess('unresl','Square root of negative number detected',&
&'Probably caused by negative background xs in urr')
noissue=.false.
endif
call ajku(beta,sti,xj,xk)
if (mu.gt.0) xj=xj*qw(kf,mu)
if (mu.gt.0) xk=xk*qw(kf,mu)
Expand Down

0 comments on commit d57f787

Please sign in to comment.