Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
add missing restoreCheckpoint from model_info
Browse files Browse the repository at this point in the history
  • Loading branch information
bqminh committed Dec 21, 2017
1 parent cb49148 commit a192268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/phyloanalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1550,6 +1550,7 @@ void initializeParams(Params &params, IQTree &iqtree, ModelCheckpoint &model_inf

Checkpoint *orig_checkpoint = iqtree.getCheckpoint();
iqtree.setCheckpoint(&model_info);
iqtree.restoreCheckpoint();

int partition_type;
if (CKP_RESTORE2((&model_info), partition_type)) {
Expand Down

0 comments on commit a192268

Please sign in to comment.