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.
1 parent 568d286 commit ebd68b8Copy full SHA for ebd68b8
src/sofa/collisionAlgorithm/algorithm/InsertionAlgorithm.h
@@ -178,7 +178,7 @@ class InsertionAlgorithm : public BaseAlgorithm
178
}
179
180
// 1.3 Collision with the shaft geometry
181
- if (collisionOutput.size())
+ if (m_couplingPts.empty())
182
{
183
auto createShaftProximity =
184
Operations::CreateCenterProximity::Operation::get(l_shaftGeom->getTypeInfo());
0 commit comments