Skip to content

Commit

Permalink
fix some variable initialization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed Jul 27, 2018
1 parent d11d57c commit fe3eb36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pecheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
PECheck::PECheck(Options* opt){
mOptions = opt;
mPassed = true;
mRead1Num = 0;
mRead2Num = 0;
mRead1Bases = 0;
mRead2Bases = 0;
}

void PECheck::run() {
Expand Down

0 comments on commit fe3eb36

Please sign in to comment.