Next: Space requirements
Up: Memory Management and
Previous: The use of
CALL HLIMIT (NWPAW)
Action:
Defines the maximum total size NWPAW of common
/PAWC/.
Remark:
- HLIMIT must be called before any other HBOOK
routine.
- HBOOK is compiled with a
COMMON/PAWC/ dimensioned to 10000 words.
If NWPAW<10000, then the default value of 10000 is assumed.
- If ZEBRA has already been initialised, HLIMIT must be called
with a negative argument, e.g.
CALL HLIMIT(-NWPAW).
CALL HLOCAT (ID,LOC*)
Action:
Returns the pointer in common
/PAWC/
to the ZEBRA ([10]) structure,
which contains the description of a given histogram.
- Input parameter:
-
- ID
- histogram identifier
- Output Parameter:
-
- LOC
- Pointer to the ZEBRA bank containing the histogram information.
This routine can be useful to access directly the memory area
of a given histogram,
to extract any information that cannot be obtained with the entries
previously described.
Last update:
Tue May 16 09:09:27 METDST 1995