Fixing shadowed variables in fem/fe classes

This commit is contained in:
Stowell, Mark L
2021-12-22 16:45:55 -08:00
parent 8300a563ae
commit 83dfc17738
7 changed files with 57 additions and 76 deletions
+1 -1
View File
@@ -965,7 +965,7 @@ H1Pos_WedgeElement::H1Pos_WedgeElement(const int p)
// Interior DoFs
int m=0;
for (int k=1; k<p; k++)
for (k=1; k<p; k++)
{
int l=0;
for (int j=1; j<p; j++)