mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
output control
This commit is contained in:
parent
8404fb8a40
commit
b2afad9aec
@ -3,7 +3,7 @@
|
||||
|
||||
namespace netgen
|
||||
{
|
||||
int printmessage_importance = 3;
|
||||
// int printmessage_importance = 3;
|
||||
int printwarnings = 1;
|
||||
int printerrors = 1;
|
||||
int printdots = 1;
|
||||
|
@ -1932,10 +1932,6 @@ DLL_HEADER void ExportNgOCCShapes(py::module &m)
|
||||
.def("Face", &WorkPlane::Face)
|
||||
.def("Wires", &WorkPlane::Wires)
|
||||
;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endif // OCCGEOMETRY
|
||||
|
Loading…
Reference in New Issue
Block a user