opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
801 stars 324 forks source link

Switched `printDescription` and `printDescriptionImpl` `log_cout`s to `log_info`s #3888

Closed AllisonJohn closed 3 months ago

AllisonJohn commented 3 months ago

Fixes issue #3861

Brief summary of changes

Changed any print methods called by MocoProblemRep::printDescription()

Testing I've completed

Tested for one example problem with two types of goals, did not test every single printDescriptionImpl

Looking for feedback on...

CHANGELOG.md (choose one)

updated


This change is Reviewable