Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
f6409128
Commit
f6409128
authored
Dec 05, 2013
by
Houtan Bastani
Browse files
Merge commit to support ctrl-c for ms-sbvar, closes #304
parents
b8e3ce0c
a8d07308
Changes
3
Hide whitespace changes
Inline
Side-by-side
switch_dw
@
671802fc
Subproject commit
f21da3ff380b5d3e86624a365bcc03e41f5cfd
d1
Subproject commit
671802fcb4597b56943897cd91be838230c256
d1
mex/build/matlab/ms_sbvar/Makefile.am
View file @
f6409128
include
../mex.am
include
../../ms_sbvar.am
ms_sbvar_create_init_file_LDADD
=
-lut
ms_sbvar_command_line_LDADD
=
-lut
mex/sources/ms-sbvar/modify_for_mex.h
View file @
f6409128
...
...
@@ -32,6 +32,14 @@
#define dw_free mxFree
#define dw_exit msExit
/* Handle Ctrl-C in Matlab/Octave */
#ifdef MATLAB_MEX_FILE
extern
bool
utIsInterruptPending
();
#else
#include <octave/config.h>
#include <octave/quit.h>
#endif
void
msExit
(
int
status
);
extern
int
constant_seed
;
...
...
Write
Preview
Supports
Markdown
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