mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +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'])
|
path.append(environ['NETGENDIR'])
|
||||||
|
|
||||||
|
|
||||||
from libngpy import *
|
# from libngpy import *
|
||||||
|
import libngpy
|
||||||
|
|
||||||
from . import csg
|
from . import csg
|
||||||
from . import meshing
|
from . import meshing
|
||||||
|
Loading…
Reference in New Issue
Block a user