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

fix bug commit 19365

parent 934c30ca
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,7 @@ class BasisFactory
static const nodalBasis* getNodalBasis(int tag);
static const JacobianBasis* getJacobianBasis(int tag, int order);
static const JacobianBasis* getJacobianBasis(int tag) {
return getJacobianBasis(ElementType::ParentTypeFromTag(tag),
ElementType::OrderFromTag(tag) );
return getJacobianBasis(tag, JacobianBasis::jacobianOrder(tag) );
}
static const MetricBasis* getMetricBasis(int tag);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment