Skip to content

Commit

Permalink
fix tm option for master
Browse files Browse the repository at this point in the history
  • Loading branch information
khata1007 committed Apr 16, 2023
1 parent 0709974 commit fde22c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/ProgramOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@ void ProgramOptions::init_descriptions() {
("dsolve", value<int>()->default_value(0), "")

("tm",
value<std::string>()->default_value("n"),
value<std::vector<std::string>>()
->multitoken()
->default_value(std::vector<string>{"n"}, ""),
"")

("csv",
Expand Down

0 comments on commit fde22c0

Please sign in to comment.