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
// bezier and metric bases.
private:
const int _tag, _spaceOrder, _nij, _nk;
const bool _pyramidalSpace, _serendipity;
int _tag, _spaceOrder, _nij, _nk;
bool _pyramidalSpace, _serendipity;
// When '_parentType' == TYPE_PYR,
// 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'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment