mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
import: in old version it was not clear which csg to take
This commit is contained in:
parent
bdac0aee24
commit
39cb1e0b14
@ -7,7 +7,8 @@ if __platform.startswith('win'):
|
||||
path.append(environ['NETGENDIR'])
|
||||
|
||||
|
||||
from libngpy import *
|
||||
# from libngpy import *
|
||||
import libngpy
|
||||
|
||||
from . import csg
|
||||
from . import meshing
|
||||
|
Loading…
Reference in New Issue
Block a user