/* poplevls.h */ #define LIMLEVELN 20L EXTERN struct t_PopLevls { float PopLevels[LIMLEVELN+1], DepLTELevels[LIMLEVELN+1]; } PopLevls; /* * this stores most recently evaluated level populations * resulting from the leven family of routines * PopLevels(0) is the lowest level * DepLevels is lte departure coef */