c begin include file cslope2.inc c + + + COMMON BLOCK DESCRIPTION + + + c + + + INSERT DESCRIPTION HERE + + + common /slope2/ avgslp(mxplan) c + + + VARIABLE DECLARATIONS + + + real avgslp c + + + VARIABLE DEFINITIONS + + + c avgslp(mxplan) : average slope gradient c end include file cslope2.inc