Skip to content
Snippets Groups Projects
Commit 69f660b9 authored by Sebastien Blaise's avatar Sebastien Blaise
Browse files

Hopefully last step of fixing commit 13635: removed variable defined both in...

Hopefully last step of fixing commit 13635: removed variable defined both in mother and child classes
parent 3c3d6ecf
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,6 @@ class polynomialBasis : public nodalBasis ...@@ -84,7 +84,6 @@ class polynomialBasis : public nodalBasis
//fullMatrix<double> points; //fullMatrix<double> points;
fullMatrix<double> monomials; fullMatrix<double> monomials;
fullMatrix<double> coefficients; fullMatrix<double> coefficients;
int numFaces;
void initialize(); void initialize();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment