Skip to content
Snippets Groups Projects
Commit 221729a1 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix

parent 2a81f927
Branches
Tags
No related merge requests found
......@@ -33,7 +33,7 @@ void MElementBB(void *a, double *min, double *max)
e->getNodesCoord(nodesXYZ);
fullMatrix<double> bezNodes(e->getNumVertices(), 3);
bezierBasis *bez = BasisFactory::getBezierBasis(FuncSpaceData(e));
const bezierBasis *bez = BasisFactory::getBezierBasis(FuncSpaceData(e));
bez->lag2Bez(nodesXYZ, bezNodes);
min[0] = max[0] = bezNodes(0, 0);
min[1] = max[1] = bezNodes(0, 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment