Skip to content

Commit

Permalink
apps/tdrp/TdrpTest - adding modify option
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Dec 27, 2023
1 parent c6babee commit d4542cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codebase/apps/tdrp/src/TdrpTest/TdrpTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ int TdrpTest::Run()
fprintf(stdout, "======================================\n");
fprintf(stdout, "INIT PRINTOUT OF PARAMETERS FROM TABLE\n");
fprintf(stdout, "======================================\n\n");
_params->sync();
_params->print(stdout, PRINT_SHORT);
fprintf(stdout, "\n\n");
fprintf(stdout, "======================================\n\n");
Expand Down

0 comments on commit d4542cf

Please sign in to comment.