Go to the documentation of this file. 1 subroutine actrng(nitem, active, irange)
24 integer*4 nitem, active(nitem), irange(2), ilin
34 if( irange(1) .eq. -1 .and.
35 1 active(ilin) .eq. 0 ) irange(1) = ilin
37 if( active(ilin) .eq. 0 ) irange(2) = ilin
subroutine actrng(nitem, active, irange)