Skip to content

Commit ec35524

Browse files
committed
[algorithm] auto format code
1 parent 4400991 commit ec35524

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CollisionAlgorithm/algorithm/InsertionAlgorithm.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)