Home
last modified time | relevance | path

Searched refs:JointFramesAreTheSame (Results 1 – 3 of 3) sorted by relevance

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Test/
H A DtestModelInterface.cpp217 ASSERT_THROW(JointFramesAreTheSame, in testModelTopologyErrors()
222 ASSERT_THROW(JointFramesAreTheSame, in testModelTopologyErrors()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/SimbodyEngine/
H A DJoint.h36 class JointFramesAreTheSame : public Exception {
38 JointFramesAreTheSame(const std::string& file, in JointFramesAreTheSame() function
H A DJoint.cpp291 OPENSIM_THROW_IF(&parent == &child, JointFramesAreTheSame, in extendConnectToModel()