"git@developer.sourcefind.cn:OpenDAS/fairseq.git" did not exist on "73a87327ed703284b42eaff077e9228a9f579498"
Commit 3de7ddf1 authored by Davis King's avatar Davis King
Browse files

Added some comments

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