surfaceelementlist fix in z-refinement

This commit is contained in:
Joachim Schoeberl 2013-12-16 13:02:05 +00:00
parent efad3c9ce5
commit 486ccac9ad

View File

@ -708,9 +708,10 @@ namespace netgen
}
}
mesh.RebuildSurfaceElementLists();
PrintMessage (5, "Surface elements done, NSE = ", mesh.GetNSE());
}
}