Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinChu committed Jun 15, 2014
1 parent bf38956 commit 60dbca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BioBloomMaker/BioBloomMaker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ int main(int argc, char *argv[]) {
info.setRedundancy(redundNum);

//code for redundancy checking
//calcuate redundancy rate
//calculate redundancy rate
double redunRate = double(redundNum) / double(filterGen.getTotalEntries())
- info.getRedundancyFPR();
if (redunRate > 0.25) {
Expand Down

0 comments on commit 60dbca1

Please sign in to comment.