mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
9 lines
162 B
Python
9 lines
162 B
Python
|
try:
|
||
|
# Linux
|
||
|
from libcsg.csg import *
|
||
|
from libmesh.meshing import *
|
||
|
except:
|
||
|
# Windows
|
||
|
from nglib.csg import *
|
||
|
from nglib.meshing import *
|