causes mesh computation to fail with netgen
Fix regression with the nethgen-4.9.13
internals.getInternalEdges( intOccgeo.fmap, intOccgeo.emap, intOccgeo.vmap, meshedSM );
intOccgeo.boundingbox = occgeo.boundingbox;
intOccgeo.shape = occgeo.shape;
+#ifdef NETGEN_NEW
+ intOccgeo.face_maxh.SetSize(intOccgeo.fmap.Extent());
+ intOccgeo.face_maxh = netgen::mparam.maxh;
+#endif
// let netgen compute element size by the main geometry in temporary mesh
netgen::Mesh *tmpNgMesh = NULL;