27 SUBROUTINE upb(NVAL,NBITS,IBAY,IBIT)
34 CALL upbb(nval,nbits,ibit,ibay)
subroutine upb(NVAL, NBITS, IBAY, IBIT)
This subroutine decodes an integer value from within a specified number of bits of an integer array,...
subroutine upbb(NVAL, NBITS, IBIT, IBAY)
This subroutine decodes an integer value from within a specified number of bits of an integer array,...