Module #11 : Fortran utilities

All PVT documentation can be found under PHIGS Validation Tests - Overview. You may also return to the hierarchical table of topics covered by the PVT. For an explanation of the format of the individual module documentation, please see section 2.5 of the User's Guide.



DESCRIPTION: This module tests the Fortran utility functions.
These functions are not defined in the generic PHIGS standard,
but are specific to the Fortran language binding.


SEMANTIC REQUIREMENTS:


SR1. <Pack data record> causes integer, real, and/or character data entries to be packed into a single data record.
#F 320
#D
#S 6.1/307/2 6.1/307/3
#T P01/1 P01/2 #C This function is found only in the Fortran binding, section 10.

SR2. <Unpack data record> decomposes a data record into its constituent integer, real, and/or character data entries.
#F 321
#D
#S 6.1/307/2 6.1/307/3
#T P01/2 #C This function is found only in the Fortran binding, section 10.
LOCAL DICTIONARY:

  Functions ---
  320: pprec          <pack data record>
  321: purec          <unpack data record>
 
  Data Structures ---
 



PROGRAM 1: Packing and unpacking

You may inspect either the design or code for this program.

End of documentation for 11