ncrtb — Set table buffer clear flag
subroutine ncrtb(iflag) integer*4 flag
ncrtb
sets the no-clear flag which
controls the resetting of the table buffer after a table has been
written to a file. If the no-clear flag is off
(iflag
= 0), the buffer will be cleared, if the
no-clear flag is on (iflag
= 1), the buffer will
not be cleared (after a call to putdes
or
puttab
). By default the table is not
cleared.