Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo fixed in reading root sequences. Thanks J.K.
git-svn-id: svn://scit.us/dawg/stable@311 7e5b8c5c-87e2-0310-a459-8d91125b37d5
  • Loading branch information
reedacartwright committed Aug 21, 2008
1 parent 8d0ef54 commit af78a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dawg.h
Expand Up @@ -112,8 +112,8 @@ const unsigned int FlagOutTranslate = 8;
// Nucleotide Numbers
const int NumAdenine = 0;
const int NumCytosine = 1;
const int NumThymine = 2;
const int NumGuanine = 3;
const int NumGuanine = 2;
const int NumThymine = 3;

template <class Type> class SumValue
{
Expand Down

0 comments on commit af78a66

Please sign in to comment.