File: neural_function_initialize.c

    1   /*
    2    * File: neural_function_initialize.c
    3    *
    4    * MATLAB Coder version            : 3.0
    5    * C/C++ source code generated on  : 28-Feb-2020 13:01:40
    6    */
    7   
    8   /* Include Files */
    9   #include "rt_nonfinite.h"
   10   #include "neural_function.h"
   11   #include "neural_function_initialize.h"
   12   
   13   /* Function Definitions */
   14   
   15   /*
   16    * Arguments    : void
   17    * Return Type  : void
   18    */
   19   void neural_function_initialize(void)
   20   {
   21     rt_InitInfAndNaN(8U);
   22   }
   23   
   24   /*
   25    * File trailer for neural_function_initialize.c
   26    *
   27    * [EOF]
   28    */
   29