output control

This commit is contained in:
Joachim Schoeberl 2021-09-07 07:36:21 +02:00
parent 8404fb8a40
commit b2afad9aec
2 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,7 @@
namespace netgen
{
int printmessage_importance = 3;
// int printmessage_importance = 3;
int printwarnings = 1;
int printerrors = 1;
int printdots = 1;

View File

@ -1932,10 +1932,6 @@ DLL_HEADER void ExportNgOCCShapes(py::module &m)
.def("Face", &WorkPlane::Face)
.def("Wires", &WorkPlane::Wires)
;
}
#endif // OCCGEOMETRY