Remove particular MATLAB support. The "blas_lapack.h" include file

already provides pertinent definition of MAT_SIZE_T .
This commit is contained in:
Bård Skaflestad 2010-09-09 08:37:52 +00:00
parent b836029a4a
commit 0423d13a1c

View File

@ -7,17 +7,6 @@
#include <stdlib.h>
#include <string.h>
#if defined(COMPILING_FOR_MATLAB) && COMPILING_FOR_MATLAB
#include <mex.h>
#define MAT_SIZE_T mwSignedIndex
#endif
#ifndef MAT_SIZE_T
#define MAT_SIZE_T int
#endif
#include "blas_lapack.h"
#include "hybsys.h"