We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50eadd0 + 6dc7d36 commit 232b7f9Copy full SHA for 232b7f9
OpenSim/Moco/MocoGoal/MocoJointReactionGoal.cpp
@@ -154,9 +154,9 @@ void MocoJointReactionGoal::calcIntegrandImpl(
154
}
155
156
void MocoJointReactionGoal::printDescriptionImpl() const {
157
- log_info(" joint path: ", get_joint_path());
158
- log_info(" loads frame: ", get_loads_frame());
159
- log_info(" expressed: ", get_expressed_in_frame_path());
+ log_info(" joint path: {}", get_joint_path());
+ log_info(" loads frame: {}", get_loads_frame());
+ log_info(" expressed: {}", get_expressed_in_frame_path());
160
161
std::vector<std::string> measures(getProperty_reaction_measures().size());
162
for (int i = 0; i < (int)measures.size(); i++) {
0 commit comments