mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20:34 +05:00
windows fix
This commit is contained in:
parent
139e0e82bf
commit
e56d845f17
@ -9,12 +9,11 @@ if __platform.startswith('linux') or __platform.startswith('darwin'):
|
|||||||
if __platform.startswith('win'):
|
if __platform.startswith('win'):
|
||||||
# Windows
|
# Windows
|
||||||
from nglib.csg import *
|
from nglib.csg import *
|
||||||
from nglib.csgvis import *
|
import nglib.csgvis as csgvis
|
||||||
|
from nglib.csgvis import MouseMove
|
||||||
from nglib.meshing import *
|
from nglib.meshing import *
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CSGeometry.VS = csgvis.VS
|
CSGeometry.VS = csgvis.VS
|
||||||
del csgvis
|
del csgvis
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user