mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 06:30:34 +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 *
|