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