Skip to content

Commit

Permalink
update expandcomplex
Browse files Browse the repository at this point in the history
  • Loading branch information
Woosub-Kim committed Dec 13, 2023
1 parent 76ffa03 commit ec32bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/strucclustutils/expandcomplex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ int expandcomplex(int argc, const char **argv, const Command &command) {
result.append(SSTR(chainKeyPairs[chainKeyPairIdx].second));
result.push_back('\n');
}
resultWriter.writeData(result.c_str(),result.length(),qPrevChainKey,thread_idx);
result.clear();
progress.updateProgress();
}
}
Expand Down

0 comments on commit ec32bee

Please sign in to comment.