00001 #ifndef ALGO_BASE_CC 00002 #define ALGO_BASE_CC 00003 00004 #include "algo_base.hh" 00005 00006 void algo_base::init_checker_info() 00007 { 00008 _checksum=0x0; 00009 _nwords=0; 00010 } 00011 00012 00013 #endif