Fixing shadowed variables in fem/fe classes
This commit is contained in:
+1
-1
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user