Skip to content
Snippets Groups Projects
Commit b77f5c59 authored by Amaury Johnen's avatar Amaury Johnen
Browse files

fix compilex

parent ae9d7b0c
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ class GradientBasis {
class JacobianBasis {
private:
GradientBasis *_gradBasis;
const GradientBasis *_gradBasis;
fullMatrix<double> gradShapeMatXFast, gradShapeMatYFast, gradShapeMatZFast;
fullVector<double> primGradShapeBarycenterX, primGradShapeBarycenterY, primGradShapeBarycenterZ;
fullMatrix<double> matrixPrimJac2Jac; // Lifts Lagrange basis of primary Jac. to Lagrange basis of Jac.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment