/***************************************************************************/ /* */ /* __SP_INFO -- species specific information */ /* */ /* revised: */ /* */ /* jdh july 09, 2001 */ /* gpj july 10, 2001 */ /* */ /***************************************************************************/ struct __SP_INFO { unsigned short sp_code; /* standard species code */ double site_index; /* site index */ double max_sdi; /* maximum SDI for the species */ double tolerance; /* some models use a tolerance index */ };