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
6c66e3d2
Commit
6c66e3d2
authored
Sep 20, 2010
by
Sébastien Villemot
Browse files
Bytecode DLL: include dynmex.h instead of mex.h (for compatibility with older
MATLAB)
parent
25b3c84b
Changes
2
Hide whitespace changes
Inline
Side-by-side
mex/sources/bytecode/Interpreter.hh
View file @
6c66e3d2
...
...
@@ -31,7 +31,7 @@
# include "linbcg.hh"
#endif
#ifndef DEBUG_EX
# include
"
mex.h
"
# include
<dyn
mex.h
>
#else
# include "mex_interface.hh"
#endif
...
...
mex/sources/bytecode/Mem_Mngr.hh
View file @
6c66e3d2
...
...
@@ -23,7 +23,7 @@
#include
<vector>
#include
<fstream>
#ifndef DEBUG_EX
# include
"
mex.h
"
# include
<dyn
mex.h
>
#else
# include "mex_interface.hh"
#endif
...
...
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