Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Adjemian
dynare
Commits
f6409128
Commit
f6409128
authored
Dec 5, 2013
by
Houtan Bastani
Browse files
Options
Downloads
Plain Diff
Merge commit to support ctrl-c for ms-sbvar, closes #304
parents
b8e3ce0c
a8d07308
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/ms-sbvar/switch_dw
+1
-1
1 addition, 1 deletion
contrib/ms-sbvar/switch_dw
mex/build/matlab/ms_sbvar/Makefile.am
+3
-0
3 additions, 0 deletions
mex/build/matlab/ms_sbvar/Makefile.am
mex/sources/ms-sbvar/modify_for_mex.h
+8
-0
8 additions, 0 deletions
mex/sources/ms-sbvar/modify_for_mex.h
with
12 additions
and
1 deletion
switch_dw
@
671802fc
Subproject commit
f21da3ff380b5d3e86624a365bcc03e41f5cfd
d1
Subproject commit
671802fcb4597b56943897cd91be838230c256
d1
This diff is collapsed.
Click to expand it.
mex/build/matlab/ms_sbvar/Makefile.am
+
3
−
0
View file @
f6409128
include
../mex.am
include
../../ms_sbvar.am
ms_sbvar_create_init_file_LDADD
=
-lut
ms_sbvar_command_line_LDADD
=
-lut
This diff is collapsed.
Click to expand it.
mex/sources/ms-sbvar/modify_for_mex.h
+
8
−
0
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment