Skip to content

Commit

Permalink
Merge pull request #409 from pangenome/xp_tmp_file
Browse files Browse the repository at this point in the history
delete xp's temporary node and path indices
  • Loading branch information
subwaystation authored May 20, 2022
2 parents 225e712 + 2aecedc commit 2c9a17f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/algorithms/xp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ namespace xp {
*/
std::cerr << std::endl;
#endif
//node_path_ms.reset(); // free the mmmultimap
//std::remove(node_path_idx.c_str());
//std::remove(path_name_file.c_str());
//delete node_path_ms;
// node_path_ms.reset(); // free the mmmultimap
std::remove(node_path_idx.c_str());
std::remove(path_name_file.c_str());
// delete node_path_ms;
}

std::vector<XPPath *> XP::get_paths() const {
Expand Down

0 comments on commit 2c9a17f

Please sign in to comment.