Skip to content
Snippets Groups Projects
Commit a56db0a5 authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

updated parametric to current function names

parent ced39ed1
Branches
Tags
No related merge requests found
......@@ -91,7 +91,7 @@ public:
elInfo = stack.traverseFirst(this->getMesh(), -1,
Mesh::CALL_LEAF_EL | Mesh::FILL_COORDS);
while (elInfo) {
dof = elInfo->getElement()->getDOF();
dof = elInfo->getElement()->getDof();
for (int i = 0; i < dim + 1; i++) {
vertexCoords = elInfo->getCoord(i);
Projection::getProjection(1)->project(vertexCoords);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment