From 160a4b73fd16d542449a9466095332af16196c00 Mon Sep 17 00:00:00 2001 From: Lukas Kogler Date: Tue, 12 Jun 2018 11:37:14 +0200 Subject: [PATCH] Update meshclass.cpp --- libsrc/meshing/meshclass.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index a3d96dd7..a89a6ff3 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -5856,8 +5856,6 @@ namespace netgen { if (!GetGeometry()) throw NgException ("don't have a geometry for mesh curving"); - - cout << "Build Curved Elements, order = " << aorder << endl; GetCurvedElements().BuildCurvedElements (&GetGeometry()->GetRefinement(), aorder, false);