renamed pyigl to avoid name clashes with the static library

This commit is contained in:
Daniele Panozzo
2016-03-03 15:38:06 -05:00
parent 256d34b977
commit 060b3b233b
30 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import sys, os
sys.path.insert(0, os.getcwd() + "/../")
import igl
import pyigl as igl
V = igl.eigen.MatrixXd()
F = igl.eigen.MatrixXi()