Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
24b037d5
"tests/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "63f767ef15fa59704272ac7320ec23b8c15de246"
Commit
24b037d5
authored
Aug 29, 2016
by
Davis King
Browse files
Fixed tabbing
parent
032a8bf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
dlib/matlab/mex_wrapper.cpp
dlib/matlab/mex_wrapper.cpp
+9
-9
No files found.
dlib/matlab/mex_wrapper.cpp
View file @
24b037d5
...
...
@@ -4862,15 +4862,15 @@ void mexFunction( int nlhs, mxArray *plhs[],
size_t
load_obj_idx
=
0
;
cout
<<
"classdef "
<<
classname
<<
" < handle
\n
"
<<
" properties (Access = private)
\n
"
<<
" cpp_ptr
\n
"
<<
" end
\n
"
<<
"
\n
"
<<
" methods
\n
"
<<
" function this = "
<<
classname
<<
"()
\n
"
<<
" this.cpp_ptr = "
<<
mex_filename
<<
"('construct');
\n
"
<<
" end
\n
"
<<
"
\n
"
;
<<
"
properties (Access = private)
\n
"
<<
"
cpp_ptr
\n
"
<<
"
end
\n
"
<<
"
\n
"
<<
"
methods
\n
"
<<
"
function this = "
<<
classname
<<
"()
\n
"
<<
"
this.cpp_ptr = "
<<
mex_filename
<<
"('construct');
\n
"
<<
"
end
\n
"
<<
"
\n
"
;
for
(
size_t
i
=
0
;
i
<
methods
.
size
();
++
i
)
{
if
(
methods
[
i
]
==
"load_obj"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment