DCL:GRPH2:UDPACK: Contour Routines: Explanation of Subroutines
Draws a 2-D contour graph (using a work area given by the user).
CALL UDCNTZ(Z,MX,NX,NY,IBR,NBR3)
Z (R) A 2-D array of MX * NY. The NX * NY portion is used for drawing the contour. MX (I) The first adjustable dimension of array Z. NX (I) The first adjustable dimension of array Z used for drawing contour. NY (I) The second adjustable dimension of array Z used for drawing contour. IBR (I) The array used as work area. NBR3 (I) The length of array IBR.
NB inquires the internal variable 'NBITSPW' handled by GLpGET/GLpSET. Normally, this value is 32. (See user's manual for "MATH1.")
- DX<0