/* * eps.h * * Code generation for function 'eps' * * C source code generated on: Wed Aug 26 14:59:33 2015 * */ #ifndef __EPS_H__ #define __EPS_H__ /* Include files */ #include #include #include #include "mwmathutil.h" #include "tmwtypes.h" #include "mex.h" #include "emlrt.h" #include "blas.h" #include "rtwtypes.h" #include "Select_Ground_Motions_types.h" /* Function Declarations */ extern void eps(const real_T x_data[1], const int32_T x_size[2], real_T r_data[1], int32_T r_size[2]); #endif /* End of code generation (eps.h) */