Skip to content

Commit bcd0e6e

Browse files
committed
fix compilation
1 parent f037547 commit bcd0e6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Tearing/TearingEngine.inl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ inline bool TearingEngine<DataTypes>::computeEndPointsNeighboringTriangles(Coord
102102
Coord fractureDirection;
103103
this->computeFractureDirection(direction, fractureDirection);
104104

105-
this->m_tearingAlgo->computeEndPointsNeighboringTriangles(m_maxStressVertexIndex, Pa, fractureDirection);
106-
107105
Real norm_fractureDirection = fractureDirection.norm();
108106
Coord dir_b = 1.0 / norm_fractureDirection * fractureDirection;
109107

@@ -186,7 +184,7 @@ void TearingEngine<DataTypes>::computeFracturePath()
186184

187185
this->m_stepCounter++;
188186

189-
this->m_tearingAlgo->computeFracturePath(Pa, m_maxStressTriangleIndex, Pb, Pc);
187+
//this->m_tearingAlgo->computeFracturePath(Pa, m_maxStressTriangleIndex, Pb, Pc);
190188
}
191189
}
192190

0 commit comments

Comments
 (0)