mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
fix output
This commit is contained in:
parent
c0d6f1588d
commit
8f77aa458b
@ -269,9 +269,9 @@ namespace netgen
|
||||
static Timer tprint("print");
|
||||
tprint.Start();
|
||||
if (meshing.GetProjectionType() == PLANESPACE)
|
||||
PrintMessage (2, "Face ", k, " / ", mesh.GetNFD(), " (plane space projection)");
|
||||
PrintMessage (2, "Face ", k, " / ", geom.GetNFaces(), " (plane space projection)");
|
||||
else
|
||||
PrintMessage (2, "Face ", k, " / ", mesh.GetNFD(), " (parameter space projection)");
|
||||
PrintMessage (2, "Face ", k, " / ", geom.GetNFaces(), " (parameter space projection)");
|
||||
tprint.Stop();
|
||||
|
||||
// Meshing2OCCSurfaces meshing(f2, bb);
|
||||
|
Loading…
Reference in New Issue
Block a user