File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/CollisionAlgorithm/algorithm Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ class InsertionAlgorithm : public BaseAlgorithm
145145 auto createTipProximity =
146146 Operations::CreateCenterProximity::Operation::get (l_tipGeom->getTypeInfo ());
147147 auto projectOnTip = Operations::Project::Operation::get (l_tipGeom);
148-
148+
149149 const SReal punctureForceThreshold = d_punctureForceThreshold.getValue ();
150150 for (auto itTip = l_tipGeom->begin (); itTip != l_tipGeom->end (); itTip++)
151151 {
@@ -156,7 +156,7 @@ class InsertionAlgorithm : public BaseAlgorithm
156156 if (surfProx)
157157 {
158158 surfProx->normalize ();
159-
159+
160160 // Check whether puncture is happening - if so, create coupling point ...
161161 if (m_constraintSolver)
162162 {
@@ -175,7 +175,7 @@ class InsertionAlgorithm : public BaseAlgorithm
175175 continue ;
176176 }
177177 }
178-
178+
179179 // ... if not, create a proximity pair for the tip-surface collision
180180 collisionOutput.add (tipProx, surfProx);
181181 }
You can’t perform that action at this time.
0 commit comments