#include "config.h" #include "Common/InsOrderedMap.h" #include #include namespace AssemblyAlgorithms { /** The number of k-mer that have been eroded. */ size_t g_numEroded; std::vector tempCounter(16,0); InsOrderedMap tempStatMap; void addToDb(const std::string& key, const int& value) { tempStatMap.push_back(key, value); } };