Files
POC-Matlab/pocAlgorithm_pkg/pocAlgorithm_terminate.c
2018-02-01 11:47:29 -06:00

29 lines
474 B
C

/*
* File: pocAlgorithm_terminate.c
*
* MATLAB Coder version : 3.3
* C/C++ source code generated on : 06-Sep-2017 14:43:17
*/
/* Include Files */
#include "rt_nonfinite.h"
#include "pocAlgorithm.h"
#include "pocAlgorithm_terminate.h"
/* Function Definitions */
/*
* Arguments : void
* Return Type : void
*/
void pocAlgorithm_terminate(void)
{
/* (no terminate code required) */
}
/*
* File trailer for pocAlgorithm_terminate.c
*
* [EOF]
*/