/* heavy.h */ /* * ipHeavy(nelem,nstage) is pointer to valence IP of this stage */ EXTERN struct t_Heavy { long int ipHeavy[LIMELM][LIMELM], ipLyHeavy[LIMELM - 1][LIMELM]; } Heavy;