Skip to content

Commit 232b7f9

Browse files
authored
Merge pull request #4069 from stingjp/JointReactionGoalPrints
Joint reaction goal prints
2 parents 50eadd0 + 6dc7d36 commit 232b7f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OpenSim/Moco/MocoGoal/MocoJointReactionGoal.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ void MocoJointReactionGoal::calcIntegrandImpl(
154154
}
155155

156156
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());
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());
160160

161161
std::vector<std::string> measures(getProperty_reaction_measures().size());
162162
for (int i = 0; i < (int)measures.size(); i++) {

0 commit comments

Comments
 (0)