Skip to content

Commit

Permalink
Not merging filtermultimer's result
Browse files Browse the repository at this point in the history
  • Loading branch information
sooyoung-cha authored Jan 31, 2025
1 parent 19de128 commit 284d732
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/strucclustutils/filtermultimer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -772,8 +772,8 @@ localThreads = std::max(std::min((size_t)par.threads, alnDbr.getSize()), (size_t
} // for end
} // MP end

resultWriter.close(true);
resultWrite5.close(true);
resultWriter.close(false);
resultWrite5.close(false);
qStructDbr.close();
alnDbr.close();
delete qDbr;
Expand All @@ -786,4 +786,4 @@ localThreads = std::max(std::min((size_t)par.threads, alnDbr.getSize()), (size_t
qComplexes.clear();
tComplexes.clear();
return EXIT_SUCCESS;
}
}

0 comments on commit 284d732

Please sign in to comment.