Remove special MATLAB compilation support. This is provided by blas_lapack.h.

This commit is contained in:
Bård Skaflestad 2010-09-13 16:11:49 +00:00
parent 5e3dc1daea
commit 1540fb3949

View File

@ -6,15 +6,6 @@
#include <stddef.h>
#include <stdlib.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 "mimetic.h"