00001 #ifndef _WINC_PARCELMEANDATA 00002 #define _WINC_PARCELMEANDATA 00003 00004 namespace WXP { 00005 struct ParcelMeanData { 00006 float o; 00007 float w; 00008 00009 ParcelMeanData(); 00010 int init(); 00011 int print(); 00012 }; 00013 } 00014 #endif 00015
1.6.1