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

fix bug visualization

parent d022d0f7
No related branches found
No related tags found
No related merge requests found
......@@ -413,6 +413,7 @@ int MHexahedronN::getNumFacesRep(bool curved)
int MHexahedron::getNumFacesRep(bool curved)
{
if (CTX::instance()->mesh.numSubEdges == 1) return 24;
return 6 * (CTX::instance()->mesh.numSubEdges *
CTX::instance()->mesh.numSubEdges * 2);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment