Skip to content
Snippets Groups Projects
Commit 5a667a18 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

Bugfix in parametric demo.

parent 1ca9df2a
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ public:
1.0);
// ===== create coords vector =====
for (itn i = 0; i < Global::getGeo(WORLD); i++) {
for (int i = 0; i < Global::getGeo(WORLD); i++)
parametricCoords[i] = new DOFVector<double>(this->getFESpace(),
"parametric coords");
......
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