/* heatcool.h */ #define NGRID 100 EXTERN struct t_HeatCool { float TeGrid[NGRID], HtGrid[NGRID], ClGrid[NGRID]; long int ipGrid, nZonGrid[NGRID]; } HeatCool;