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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
b7447076
Commit
b7447076
authored
14 years ago
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
change macro defines to accord with change in submodule code
parent
99715f4f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mex/sources/ms-sbvar/modify_for_mex.h
+5
-5
5 additions, 5 deletions
mex/sources/ms-sbvar/modify_for_mex.h
with
5 additions
and
5 deletions
mex/sources/ms-sbvar/modify_for_mex.h
+
5
−
5
View file @
b7447076
...
...
@@ -26,11 +26,11 @@
#include
<dynblas.h>
#include
<dynlapack.h>
#define dw_malloc
(n)
mxMalloc
(n)
#define dw_calloc
(n)
mxCalloc
(n)
#define dw_realloc
(buffer,n) mxRealloc(buffer,n)
#define dw_free
(buffer) mxFree(buffer)
#define dw_exit
(n)
msExit
(n)
#define dw_malloc mxMalloc
#define dw_calloc mxCalloc
#define dw_realloc
mxRealloc
#define dw_free
mxFree
#define dw_exit msExit
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