FEM: typo fixes

This commit is contained in:
luz.paz
2018-04-14 08:43:36 -04:00
committed by wmayer
parent 983f2472a8
commit ba9dba4b26
13 changed files with 26 additions and 26 deletions

View File

@@ -994,7 +994,7 @@ Py::Dict FemMeshPy::getNodes(void) const
//Py::Tuple tup(count);
Py::Dict dict;
// get the actuall transform of the FemMesh
// get the actual transform of the FemMesh
Base::Matrix4D Mtrx = getFemMeshPtr()->getTransform();
SMDS_NodeIteratorPtr aNodeIter = getFemMeshPtr()->getSMesh()->GetMeshDS()->nodesIterator();