fix output

This commit is contained in:
mhochsteger@cerbsim.com 2021-11-30 20:26:35 +01:00
parent c0d6f1588d
commit 8f77aa458b

View File

@ -269,9 +269,9 @@ namespace netgen
static Timer tprint("print"); static Timer tprint("print");
tprint.Start(); tprint.Start();
if (meshing.GetProjectionType() == PLANESPACE) if (meshing.GetProjectionType() == PLANESPACE)
PrintMessage (2, "Face ", k, " / ", mesh.GetNFD(), " (plane space projection)"); PrintMessage (2, "Face ", k, " / ", geom.GetNFaces(), " (plane space projection)");
else else
PrintMessage (2, "Face ", k, " / ", mesh.GetNFD(), " (parameter space projection)"); PrintMessage (2, "Face ", k, " / ", geom.GetNFaces(), " (parameter space projection)");
tprint.Stop(); tprint.Stop();
// Meshing2OCCSurfaces meshing(f2, bb); // Meshing2OCCSurfaces meshing(f2, bb);