/* * mpower.h * * Code generation for function 'mpower' * * C source code generated on: Wed Aug 26 14:59:33 2015 * */ #ifndef __MPOWER_H__ #define __MPOWER_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 real_T b_mpower(real_T a); #ifdef __WATCOMC__ #pragma aux b_mpower value [8087]; #endif extern real_T c_mpower(real_T a); #ifdef __WATCOMC__ #pragma aux c_mpower value [8087]; #endif extern void mpower(const emxArray_real_T *a, emxArray_real_T *c); #endif /* End of code generation (mpower.h) */