sebhtml / ray

Ray -- Parallel genome assemblies for parallel DNA sequencing
http://denovoassembler.sf.net
Other
65 stars 12 forks source link

The MyHashTable class should not require the getKey method since the key is a template parameter #210

Closed sebhtml closed 10 years ago

sebhtml commented 10 years ago

I reviewed MyHashTableGroup.h and MyHashTable.h and only VALUE is actually stored. KEY is only provided as a parameter for searches and insert.

This ticket is invalid.