Skip to content
Snippets Groups Projects
Commit b7447076 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

change macro defines to accord with change in submodule code

parent 99715f4f
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment