mirror of
https://github.com/NGSolve/netgen.git
synced 2026-06-05 00:43:52 +08: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 *
|