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