Skip to content

Commit cbff391

Browse files
committed
Revert the update in tools.cpp
1 parent 67c53e8 commit cbff391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/tools.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5912,7 +5912,7 @@ void parseArg(int argc, char *argv[], Params &params) {
59125912
err += "\" option.";
59135913
throw err;
59145914
} else {
5915-
if (params.user_file == NULL && params.dating_method != "mcmctree")
5915+
if (params.user_file == NULL)
59165916
params.user_file = argv[cnt];
59175917
else
59185918
params.out_file = argv[cnt];

0 commit comments

Comments
 (0)