Ice Sheet System Model  4.18
Code documentation
matlabincludes.h
Go to the documentation of this file.
1 
2 #ifndef _MATLAB_INCLUDES_H_
3 #define _MATLAB_INCLUDES_H_
4 
5 #ifdef HAVE_CONFIG_H
6 #include <config.h>
7 #else
8 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
9 #endif
10 
11 #ifdef _HAVE_MATLAB_
12 #include <mex.h>
13 #endif
14 
15 #endif /*_MATLAB_INCLUDES_H_*/