Fix bbw python bindings and tutorial 403

Former-commit-id: 37d786ca3e
This commit is contained in:
s-koch
2017-02-15 16:43:54 +01:00
parent 59b03433ea
commit 45b6393a6f
3 changed files with 11 additions and 26 deletions
-18
View File
@@ -1,18 +0,0 @@
//#include <Eigen/Geometry>
//#include <Eigen/Dense>
//#include <Eigen/Sparse>
#include "../python_shared.h"
#include <igl/bbw.h>
void python_export_igl_bbw(py::module &me) {
py::module m = me.def_submodule(
"bbw", "Wrappers for libigl functions that use bbw");
#include "../py_igl/py_bbw.cpp"
}