mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove special MATLAB compilation support. This is provided by blas_lapack.h.
This commit is contained in:
parent
5e3dc1daea
commit
1540fb3949
@ -6,15 +6,6 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.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 "blas_lapack.h"
|
||||||
#include "mimetic.h"
|
#include "mimetic.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user