fixed check for N// > 1 (bis)
This commit is contained in:
parent
72b682229c
commit
e2fac977ab
@ -12,9 +12,8 @@ contains
|
||||
implicit none
|
||||
! arguments
|
||||
integer, intent(in) :: ierr
|
||||
integer, intent(out) :: istop
|
||||
|
||||
if(ibits(ierr,pnpl, lnpl )==2 .or. & ! N// too large
|
||||
integer, intent(inout) :: istop
|
||||
if(ibits(ierr,pnpl, lnpl )>1 .or. & ! N// too large
|
||||
ibits(ierr,palph,lalph)==1) then ! alpha < 0
|
||||
istop = 1
|
||||
! else
|
||||
|
Loading…
Reference in New Issue
Block a user