Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
3152a7d5
Commit
3152a7d5
authored
Jun 29, 2016
by
Mikaël Salson
Browse files
kmerstore.h: Define an enum for index types
It will be useful to determine the type of index to build at runtime.
parent
884d9328
Changes
1
Show whitespace changes
Inline
Side-by-side
algo/core/kmerstore.h
View file @
3152a7d5
...
...
@@ -12,6 +12,9 @@
using
namespace
std
;
typedef
enum
{
KMER_INDEX
,
AC_AUTOMATON
}
IndexTypes
;
class
Kmer
{
public:
unsigned
int
count
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment