File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/CollisionAlgorithm/algorithm Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -128,12 +128,14 @@ class InsertionAlgorithm : public BaseAlgorithm
128128
129129 if (m_couplingPts.empty ())
130130 {
131- // Puncture sequence
132- auto createTipProximity =
133- Operations::CreateCenterProximity::Operation::get (l_tipGeom->getTypeInfo ());
131+ // Operations on surface geometry
134132 auto findClosestProxOnSurf =
135133 Operations::FindClosestProximity::Operation::get (l_surfGeom);
136134 auto projectOnSurf = Operations::Project::Operation::get (l_surfGeom);
135+
136+ // Puncture sequence
137+ auto createTipProximity =
138+ Operations::CreateCenterProximity::Operation::get (l_tipGeom->getTypeInfo ());
137139 auto projectOnTip = Operations::Project::Operation::get (l_tipGeom);
138140
139141 const SReal punctureForceThreshold = d_punctureForceThreshold.getValue ();
You can’t perform that action at this time.
0 commit comments