Merge branch 'origin/fix/wrapper'

release/4.3a0
dellaert 2014-06-01 14:40:55 -04:00
commit e748088c06
2 changed files with 3 additions and 1 deletions

View File

@ -617,11 +617,11 @@
#include "ccolamd.h"
#include <stdlib.h>
#include <math.h>
#include <limits.h>
#ifdef MATLAB_MEX_FILE
typedef uint16_t char16_t;
#include "mex.h"
#include "matrix.h"
#endif

View File

@ -13,6 +13,8 @@
#ifndef NPRINT
#ifdef MATLAB_MEX_FILE
#include <stdlib.h>
typedef uint16_t char16_t;
#include "mex.h"
int (*ccolamd_printf) (const char *, ...) = mexPrintf ;
#else