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
060e876b
Commit
060e876b
authored
Apr 20, 2016
by
Davis King
Browse files
Made the mex wrapper flush output streams to the matlab console when the mex
function ends.
parent
168574bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
dlib/matlab/mex_wrapper.cpp
dlib/matlab/mex_wrapper.cpp
+3
-0
No files found.
dlib/matlab/mex_wrapper.cpp
View file @
060e876b
...
@@ -4506,6 +4506,9 @@ void mexFunction( int nlhs, mxArray *plhs[],
...
@@ -4506,6 +4506,9 @@ void mexFunction( int nlhs, mxArray *plhs[],
#endif
#endif
mex_binding
::
call_mex_function
(
mex_function
,
nlhs
,
plhs
,
nrhs
,
prhs
);
mex_binding
::
call_mex_function
(
mex_function
,
nlhs
,
plhs
,
nrhs
,
prhs
);
cout
<<
flush
;
cerr
<<
flush
;
}
}
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
...
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