/* zonecnt.h */ EXTERN struct t_ZoneCnt { /* nzone is zone counter, incremented in routine cloudy */ long int nzone, /* nprint is how many zones to print */ nprint; /* nend(iteration) is limiting number of zones for that iteration */ long int nend[ITRDIM]; /* lgZonSet set if stopping zone specified */ int lgZoneSet; /* lgZoneTrp set if stopped due to zone number */ int lgZoneTrp; /* default limit to number of zones */ long int nEndDflt; /* lgEndDflt true if still at default */ int lgEndDflt; } ZoneCnt;