00001 /******************************************************************************* 00002 * $Id: MatchList.cpp,v 1.22 2004/03/01 02:40:08 darling Exp $ 00003 * This file is copyright 2002-2007 Aaron Darling and authors listed in the AUTHORS file. 00004 * Please see the file called COPYING for licensing, copying, and modification 00005 * Please see the file called COPYING for licensing details. 00006 * ************** 00007 ******************************************************************************/ 00008 00009 #ifdef HAVE_CONFIG_H 00010 #include "config.h" 00011 #endif 00012 00013 #include "libMems/MatchList.h" 00014 #include "libMems/DNAFileSML.h" 00015 #include "libMems/DNAMemorySML.h" 00016 #include "libMems/MemHash.h" 00017 #include <map> 00018 #include <sstream> 00019 #include <ctime> 00020 00021 using namespace std; 00022 using namespace genome; 00023 namespace mems { 00024 00025 00026 } // namespace mems
1.3.6