fixed check for N// > 1 (bis)

This commit is contained in:
Daniela Farina 2017-02-01 11:32:27 +00:00
parent 72b682229c
commit e2fac977ab

View File

@ -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