From 0b47d16cf68960fa7c5fc997991f045105827a8d Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.watanabe@ufz.de> Date: Sat, 1 Oct 2016 13:27:08 +0200 Subject: [PATCH] fix typo --- ProcessLib/SmallDeformationWithLIE/Common/MeshUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessLib/SmallDeformationWithLIE/Common/MeshUtils.cpp b/ProcessLib/SmallDeformationWithLIE/Common/MeshUtils.cpp index a66f35a514c..9aaf3ebe6f0 100644 --- a/ProcessLib/SmallDeformationWithLIE/Common/MeshUtils.cpp +++ b/ProcessLib/SmallDeformationWithLIE/Common/MeshUtils.cpp @@ -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))); -- GitLab