/* * abs.h * * Code generation for function 'abs' * * C source code generated on: Wed Aug 26 14:59:33 2015 * */ #ifndef __ABS_H__ #define __ABS_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 b_abs(const emxArray_real_T *x, emxArray_real_T *y); extern void c_abs(const real_T x[20], real_T y[20]); extern void d_abs(const real_T x[501], real_T y[501]); extern void e_abs(const emxArray_boolean_T *x, emxArray_real_T *y); #endif /* End of code generation (abs.h) */