- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
Description:
This routine writes
an histogram to a Fortran ASCII file.
Invocation
CALL KPG1_HSFLx( FD, NUMBIN, HIST, HRMIN,
HRMAX, STATUS )
Arguments
FD = INTEGER (Given)
Fortran file descriptor as provided by FIO.
NUMBIN = INTEGER (Given)
The number of bins in the histogram.
HIST( NUMBIN ) = INTEGER
(Given)
The array holding the histogram.
HRMIN = ? (Given)
The minimum data value that could
be included within the histogram.
HRMAX = ? (Given)
The maximum data value that could be
included within the histogram.
STATUS = INTEGER (Given and Returned)
The global status.
Notes:
Prior
Requirements
The Fortran file must all ready be opened and should have a record length of at least
52 characters.
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑