c begin include file ccntfg.inc c + + + COMMON BLOCK DESCRIPTION + + + c + + + INSERT DESCRIPTION HERE + + + c common /cntfg/ cntflg c + + + VARIABLE DECLARATIONS + + + c integer cntflg c + + + VARIABLE DEFINITIONS + + + c cntflg - flag indicating contour farming is used. c (1 - yes ; 0 - no ) c end include file ccntfg.inc