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
9763c471
Commit
9763c471
authored
May 13, 2016
by
Davis King
Browse files
merged
parents
8421f213
ead735d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
dlib/matlab/mex_wrapper.cpp
dlib/matlab/mex_wrapper.cpp
+4
-0
No files found.
dlib/matlab/mex_wrapper.cpp
View file @
9763c471
...
@@ -2951,6 +2951,8 @@ namespace mex_binding
...
@@ -2951,6 +2951,8 @@ namespace mex_binding
mexPrintf
(
"%s"
,
&
buf
[
0
]);
mexPrintf
(
"%s"
,
&
buf
[
0
]);
mexEvalString
(
"drawnow"
);
// flush print to screen
mexEvalString
(
"drawnow"
);
// flush print to screen
pbump
(
-
num
);
pbump
(
-
num
);
check_for_matlab_ctrl_c
();
}
}
return
0
;
return
0
;
}
}
...
@@ -3007,6 +3009,8 @@ namespace mex_binding
...
@@ -3007,6 +3009,8 @@ namespace mex_binding
mexWarnMsgTxt
(
&
buf
[
0
]);
mexWarnMsgTxt
(
&
buf
[
0
]);
mexEvalString
(
"drawnow"
);
// flush print to screen
mexEvalString
(
"drawnow"
);
// flush print to screen
pbump
(
-
num
);
pbump
(
-
num
);
check_for_matlab_ctrl_c
();
}
}
return
0
;
return
0
;
}
}
...
...
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