Update meshclass.cpp

This commit is contained in:
Lukas Kogler 2018-06-12 11:37:14 +02:00
parent 7e062372d4
commit 160a4b73fd

View File

@ -5856,8 +5856,6 @@ namespace netgen
{ {
if (!GetGeometry()) if (!GetGeometry())
throw NgException ("don't have a geometry for mesh curving"); throw NgException ("don't have a geometry for mesh curving");
cout << "Build Curved Elements, order = " << aorder << endl;
GetCurvedElements().BuildCurvedElements (&GetGeometry()->GetRefinement(), aorder, false); GetCurvedElements().BuildCurvedElements (&GetGeometry()->GetRefinement(), aorder, false);