Skip to content
Snippets Groups Projects
Commit 1fcf981c authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

hotfix: typo

parent 90f7e8c4
No related branches found
No related tags found
No related merge requests found
Pipeline #6357 passed
...@@ -25,7 +25,7 @@ struct ParamsTreeManagerSlidingWindow : public ParamsTreeManagerBase ...@@ -25,7 +25,7 @@ struct ParamsTreeManagerSlidingWindow : public ParamsTreeManagerBase
{ {
return ParamsTreeManagerBase::print() + "\n" return ParamsTreeManagerBase::print() + "\n"
+ "n_frames: " + std::to_string(n_frames) + "\n" + "n_frames: " + std::to_string(n_frames) + "\n"
+ "fix_first_frame: " + std::to_string(n_fix_first_frames) + "\n" + "n_fix_first_frames: " + std::to_string(n_fix_first_frames) + "\n"
+ "viral_remove_empty_parent: " + std::to_string(viral_remove_empty_parent) + "\n"; + "viral_remove_empty_parent: " + std::to_string(viral_remove_empty_parent) + "\n";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment