| 24 | using namespace std; |
| 25 | |
| 26 | SNPinGenome::SNPinGenome() : SNP_atChr_(NULL) |
| 27 | { |
| 28 | pileup_read = false; |
| 29 | } |
| 30 | |
| 31 | void SNPinGenome::setSNPChr(std::vector<SNPatChr>* SNP_atChr_) |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected