diff --git a/main/phyloanalysis.cpp b/main/phyloanalysis.cpp index 4ebaae96..749e9bfb 100644 --- a/main/phyloanalysis.cpp +++ b/main/phyloanalysis.cpp @@ -1550,6 +1550,7 @@ void initializeParams(Params ¶ms, 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)) {