Function: GDSCSS Purpose: GDSCSS changes the size of the subsets of the output set. Category: USER IO File: gdsinp.c Author: K.G. Begeman Use: CALL GDSCSS( KEYOUT , Input character*(*) BLO , Input integer array BHI ) Input integer array KEYOUT Keyword associated with a call to GDSOUT BLO Array which contains grids of the new lower edge of the subset. The number of grids in BLO must be equal to the subset dimension. BHI Array which contains grids of the new upper edge of the subset. The number of grids in BHI must be equal to the subset dimension. Description: After a call to GDSINP to obtain an input set and after a call to GDSASN to define the coordinate frame of the output set, GDSCSS can be used to change the subset frame. The input edges of the output subset could be obtained by BOXINP. Related Docs: gdsinp.dc2, gdsout.dc2, gdsasn.dc2, gdscpa.dc2, gdscsa.dc2 Updates: Jan 24, 1990: KGB, Document created.