We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2708f3b commit 6dc7d36Copy full SHA for 6dc7d36
OpenSim/Moco/MocoGoal/MocoJointReactionGoal.cpp
@@ -154,7 +154,7 @@ void MocoJointReactionGoal::calcIntegrandImpl(
154
}
155
156
void MocoJointReactionGoal::printDescriptionImpl() const {
157
- log_info(" joint path: {}", get_joint_path());
+ log_info(" joint path: {}", get_joint_path());
158
log_info(" loads frame: {}", get_loads_frame());
159
log_info(" expressed: {}", get_expressed_in_frame_path());
160
0 commit comments