浏览代码

matlab namespace

Former-commit-id: 4c506105f823749a7ccc80c27c2b152c5e318613
Alec Jacobson 9 年之前
父节点
当前提交
e98f75f8f0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tutorial/603_MEX/readOBJ_mex.cpp

+ 2 - 2
tutorial/603_MEX/readOBJ_mex.cpp

@@ -36,9 +36,9 @@ void mexFunction(
   switch(nlhs)
   {
     case 2:
-      igl::prepare_lhs_index(F,plhs+1);
+      igl::matlab::prepare_lhs_index(F,plhs+1);
     case 1:
-      igl::prepare_lhs_double(V,plhs);
+      igl::matlab::prepare_lhs_double(V,plhs);
     default: break;
   }