Commit 48c68f21 authored by Davis King's avatar Davis King

Fixed mex class code printing

parent c5847374
...@@ -5063,9 +5063,9 @@ void mexFunction( int nlhs, mxArray *plhs[], ...@@ -5063,9 +5063,9 @@ void mexFunction( int nlhs, mxArray *plhs[],
<< " this = "<<classname<<"(); \n" << " this = "<<classname<<"(); \n"
<< " this.load_obj(in); \n" << " this.load_obj(in); \n"
<< " end \n" << " end \n"
<< " end \n" << " end \n";
<< "end \n";
} }
cout << "end \n";
} }
else if (nrhs == 1) else if (nrhs == 1)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment