Skip to content

Commit

Permalink
added note comment for unused enum
Browse files Browse the repository at this point in the history
This enum is not currently in use, and I've documented it accordingly. Future versions of the library will likely support bidirectional search, so this may be used in the future.
  • Loading branch information
Sawwave committed Nov 5, 2020
1 parent c163376 commit ebe334b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AwFmIndex.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
#define AW_FM_AMINO_CARDINALITY 20



enum AwFmAlphabetType{
AwFmAlphabetAmino = 1, AwFmAlphabetNucleotide = 2};

//NOTE: not currently used, but this enum is kept for future use.
enum AwFmBwtType{
AwFmBwtTypeBackwardOnly = 1, AwFmBwtTypeBiDirectional = 2};

Expand Down

0 comments on commit ebe334b

Please sign in to comment.