Skip to content

Commit

Permalink
[BUGFIX] Fixed filling in out dir parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Feb 16, 2024
1 parent c40bbbe commit 3c285b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions params_info/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ class HHParams : public Params
copyVal<BoolParam>(PARAM_QUIET, ps.quiet);
copyVal<IntParam>(PARAM_PTIMES, ps.ptimes);
copyVal<BoolParam>(PARAM_JSON, ps.json_output);
copyVal<StringParam>(PARAM_DIR, ps.out_dir);

StringListParam* myParam = dynamic_cast<StringListParam*>(this->getParam(PARAM_PNAME));
if (myParam && myParam->isSet()) {
Expand Down

0 comments on commit 3c285b6

Please sign in to comment.