From ea1c6ec0afe62bf1856313617e3ab1a3360d3076 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Mon, 21 Aug 2023 17:29:24 +0200 Subject: [PATCH] less verbosity for periodic csg --- libsrc/csg/python_csg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/csg/python_csg.cpp b/libsrc/csg/python_csg.cpp index f66f61c6..a53c8590 100644 --- a/libsrc/csg/python_csg.cpp +++ b/libsrc/csg/python_csg.cpp @@ -583,8 +583,8 @@ However, when r = 0, the top part becomes a point(tip) and meshing fails! NgArray si1, si2; s1->GetSolid()->GetSurfaceIndices (si1); s2->GetSolid()->GetSurfaceIndices (si2); - cout << "surface ids1 = " << si1 << endl; - cout << "surface ids2 = " << si2 << endl; + cout << IM(3) << "surface ids1 = " << si1 << endl; + cout << IM(3) << "surface ids2 = " << si2 << endl; Flags flags; const TopLevelObject * domain = nullptr;