/* noconverge.h */ EXTERN struct t_NoConverge { /* this gives the reason the model was declared not converged * when 'iter to convergence' command is given */ char chNotConverged[11]; } NoConverge;