FEM: source code typos, issue 0002914

This commit is contained in:
Kunda
2017-02-28 11:51:07 +01:00
committed by wmayer
parent c0cc70d8a9
commit f4b84e8963
19 changed files with 43 additions and 43 deletions

View File

@@ -989,7 +989,7 @@ PyObject* FemMeshPy::getGroupElements(PyObject *args)
return Py::new_reference_to(tuple);
}
// ===== Atributes ============================================================
// ===== Attributes ============================================================
Py::Dict FemMeshPy::getNodes(void) const
{