Skip to content
Snippets Groups Projects
Commit e7f2afcc authored by Thomas Toulorge's avatar Thomas Toulorge
Browse files

Fixed compilation of Python interface

parent 6f93c4ac
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,8 @@ class FuncSpaceData ...@@ -18,8 +18,8 @@ class FuncSpaceData
// bezier and metric bases. // bezier and metric bases.
private: private:
const int _tag, _spaceOrder, _nij, _nk; int _tag, _spaceOrder, _nij, _nk;
const bool _pyramidalSpace, _serendipity; bool _pyramidalSpace, _serendipity;
// When '_parentType' == TYPE_PYR, // When '_parentType' == TYPE_PYR,
// if _pyramidalSpace == true, then the space is {X^i Y^j Z^k | i,j <= k+'_nij', k <= '_nk'}, // if _pyramidalSpace == true, then the space is {X^i Y^j Z^k | i,j <= k+'_nij', k <= '_nk'},
// otherwise, the space is {X^i Y^j Z^k | i,j <= '_nij', k <= '_nk'}, // otherwise, the space is {X^i Y^j Z^k | i,j <= '_nij', k <= '_nk'},
......
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