Skip to content
Snippets Groups Projects
Commit 0b47d16c authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

fix typo

parent 0d6c7746
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ void getFractureMatrixDataInMesh(
MeshLib::Node const* node = e->getNode(i);
for (unsigned j=0; j<node->getNumberOfElements(); j++)
{
// only matrix elemetns
// only matrix elements
if (node->getElement(j)->getDimension() == mesh.getDimension()-1)
continue;
vec_fracutre_matrix_elements.push_back(const_cast<MeshLib::Element*>(node->getElement(j)));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment