Skip to content

Commit 3bfea06

Browse files
authored
Merge pull request #47 from althonos/patch-1
Fix typo in include guards in `msa.cpp`
2 parents 7eb7612 + 624b855 commit 3bfea06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/msa.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void CFAMSA::initScoreMatrix()
8484
{
8585
score_matrix.resize(NO_AMINOACIDS);
8686

87-
#ifdef HUGE_ALIGNEMENTS
87+
#ifdef HUGE_ALIGNMENTS
8888
for(int i = 0; i < NO_AMINOACIDS; ++i)
8989
{
9090
score_vector.emplace_back(SM_MIQS[i][i]);
@@ -698,4 +698,4 @@ bool CFAMSA::alignProfiles(vector<CGappedSequence>& p1, vector<CGappedSequence>&
698698
}
699699

700700
return 0;
701-
}
701+
}

0 commit comments

Comments
 (0)