Skip to content

Commit bad8e13

Browse files
committed
Fix error message
... due to copy-paster error in 9ea1692
1 parent 9a98a25 commit bad8e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/src/stages/compute_ik.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ void ComputeIK::compute() {
267267
return;
268268
}
269269
if (!eef_jmg && !jmg) {
270-
report_failure(msg);
270+
report_failure("Neither eef nor group are well defined");
271271
return;
272272
}
273273
properties().property("timeout").setDefaultValue(jmg->getDefaultIKTimeout());

0 commit comments

Comments
 (0)