Skip to content
Snippets Groups Projects
Commit c0e19a7b authored by Christian Engwer's avatar Christian Engwer
Browse files

temporarily disabled jacobianInverse test as it is only allowed for mydim==cdim

[[Imported from SVN: r1413]]
parent 59c6394a
Branches
Tags
No related merge requests found
......@@ -43,7 +43,8 @@ struct ElementInterface
e.local(g);
e.checkInside(v);
e.integrationElement(v);
e.jacobianInverse(v);
#warning disabled, because it is only supported if codim==0
// e.jacobianInverse(v);
}
ElementInterface()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment