/* epclist.h structure for array of ecophysiological constants structures *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Biome-BGC version 4.1.2 Copyright 2002, Peter E. Thornton *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */ typedef struct { int nvegtypes; /* number of vegetation types */ epconst_struct* epc; /* pointer to array of epc structures */ } epclist_struct; /* function prototypes */ int epclist_init(file init, epclist_struct* epclist); int epc_init(file init, epconst_struct* epc);