/* * log.h * * Code generation for function 'log' * * C source code generated on: Wed Aug 26 14:59:33 2015 * */ #ifndef __LOG_H__ #define __LOG_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_log(real_T *x); extern void c_log(emxArray_real_T *x); extern void d_log(emxArray_real_T *x); #endif /* End of code generation (log.h) */