working on 204, we need to figure out how to deal with the inconsistency between vectors in numpy and eigen before continuing
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
m.def("readDMAT", []
|
||||
(
|
||||
const std::string str,
|
||||
Eigen::MatrixXd& W
|
||||
)
|
||||
{
|
||||
return igl::readDMAT(str,W);
|
||||
}, __doc_igl_readDMAT,
|
||||
py::arg("str"), py::arg("W"));
|
||||
Reference in New Issue
Block a user