Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Feb 25, 2017
1 parent 9cafeb9 commit 7b86164
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dEploidIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ void DEploidIO::removeFilesWithSameName(){
remove(strExportHap.c_str());
remove(strExportVcf.c_str());
remove(strExportProp.c_str());
} else {
}

if (this->doPainting() || this->doExportPostProb() ){
if (this->useIBD()){
strIbdExportSingleFwdProbPrefix = this->prefix_ + ".ibd.single";
for ( size_t i = 0; i < this->kStrain_ ; i++ ){
Expand Down

0 comments on commit 7b86164

Please sign in to comment.