mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 05:10:34 +05:00
remove test function
This commit is contained in:
parent
e456fce948
commit
bdc3718499
@ -535,8 +535,6 @@ BOOST_PYTHON_MODULE(libcsgvis)
|
|||||||
using namespace netgen;
|
using namespace netgen;
|
||||||
|
|
||||||
cout << "exporting csg-vis " << endl;
|
cout << "exporting csg-vis " << endl;
|
||||||
bp::def("hi", &Hi);
|
|
||||||
|
|
||||||
|
|
||||||
bp::class_<VisualSceneGeometry, shared_ptr<VisualSceneGeometry>>
|
bp::class_<VisualSceneGeometry, shared_ptr<VisualSceneGeometry>>
|
||||||
("VisualSceneGeometry", bp::no_init)
|
("VisualSceneGeometry", bp::no_init)
|
||||||
|
Loading…
Reference in New Issue
Block a user