DCL:GRPH2:UWPACK: Grid-Point Information Handling Routines: Explanation of Subroutines
Sets the grid point coordinates of the gird point array using the minimum and maximum values and the number of grid points.
CALL UWSGXB(UXMIN,UXMAX,NX)
CALL UWSGYB(UYMIN,UYMAX,NY)
UXMIN, UXMAX (R) The minimum and maximum values of the X coordinate in UC. UYMIN, UYMAX (R) The minimum and maximum values of the Y coordinate in UC. NX (I) The number of grid points in the X direction. The grid point coordinates are set to divide the length equally between UXMIN and UXMAX into NX-1sections. NY (I) The number of grid points in the Y direction. The grid point coordinates are set to divide the length equally between UYMIN and UYMAX into NY-1sections.
CALL UWQGXB(UXMIN,UXMAX,NX)
CALL UWQGYB(UYMIN,UYMAX,NY).