Former-commit-id: 4c506105f823749a7ccc80c27c2b152c5e318613
@@ -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;
}