File: neural_function_terminate.c

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