53 SUBROUTINE setvalnb ( LUNIT, TAGPV, NTAGPV, TAGNB, NTAGNB,
60 CHARACTER*(*) tagpv, tagnb
71 CALL
status(lunit, lun, il, im )
72 IF ( il .LE. 0 )
RETURN
73 IF ( inode(lun) .NE. inv(1,lun) )
RETURN
78 CALL
fstag( lun, tagpv, ntagpv, 1, npv, ierft )
79 IF ( ierft .NE. 0 )
RETURN
84 CALL
fstag( lun, tagnb, ntagnb, npv, nnb, ierft )
85 IF ( ierft .NE. 0 )
RETURN
This module contains array and variable declarations used to store the internal jump/link table...
subroutine status(LUNIT, LUN, IL, IM)
This subroutine checks whether a specified Fortran logical unit number is currently connected to the ...
subroutine setvalnb(LUNIT, TAGPV, NTAGPV, TAGNB, NTAGNB, R8VAL, IRET)
This subroutine can be used to write a data value corresponding to a specific occurrence of a mnemoni...
subroutine fstag(LUN, UTAG, NUTAG, NIN, NOUT, IRET)
THIS SUBROUTINE FINDS THE (NUTAG)th OCCURRENCE OF MNEMONIC UTAG WITHIN THE CURRENT OVERALL SUBSET DEF...