mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 05:10: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'):
|
||||
# Windows
|
||||
from nglib.csg import *
|
||||
from nglib.csgvis import *
|
||||
import nglib.csgvis as csgvis
|
||||
from nglib.csgvis import MouseMove
|
||||
from nglib.meshing import *
|
||||
|
||||
|
||||
|
||||
|
||||
CSGeometry.VS = csgvis.VS
|
||||
del csgvis
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user