We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 672356f + d335fd0 commit 2dfe92aCopy full SHA for 2dfe92a
OpenSim/Simulation/Model/Model.h
@@ -117,9 +117,9 @@ class JointFramesHaveSameBaseFrame : public Exception {
117
Exception(file, line, func) {
118
std::string msg = "Joint '" + thisName +
119
"' cannot connect parent frame '" +
120
- parentName + "' to child frame '" + childName + "'.\n"
121
- "'Parent and child frames have the same base frame.'"
122
- + baseName + "'.";
+ parentName + "' to child frame '" + childName + "'.\n" +
+ "Parent and child frames have the same base frame '" +
+ baseName + "'.";
123
addMessage(msg);
124
}
125
};
0 commit comments