netgen/python/meshing.py

7 lines
105 B
Python
Raw Normal View History

2014-10-01 10:31:22 +00:00
try:
# Linux
from libmesh.meshing import *
except:
# Windows
from nglib.meshing import *