Commit 3de7ddf1 authored by Davis King's avatar Davis King

Added some comments

parent 61455d58
......@@ -4885,7 +4885,9 @@ void mexFunction( int nlhs, mxArray *plhs[],
<< " function this = "<<classname<<"()\n"
<< " this.cpp_ptr = "<<mex_filename<<"('construct');\n"
<< " end\n"
<< "\n"
<< " function copied_obj = clone(this)\n"
<< " %Returns a new independent object that is a copy of this.\n"
<< " copied_obj = "<<classname<<"();\n"
<< " copied_obj.cpp_ptr = "<<mex_filename<<"(this.cpp_ptr,'clone');\n"
<< " end\n"
......
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