File: calculateTransformations_terminate.c

    1   /*
    2    * Academic License - for use in teaching, academic research, and meeting
    3    * course requirements at degree granting institutions only.  Not for
    4    * government, commercial, or other organizational use.
    5    *
    6    * calculateTransformations_terminate.c
    7    *
    8    * Code generation for function 'calculateTransformations_terminate'
    9    *
   10    */
   11   
   12   /* Include files */
   13   #include "rt_nonfinite.h"
   14   #include "calculateTransformations.h"
   15   #include "calculateTransformations_terminate.h"
   16   
   17   /* Function Definitions */
   18   void calculateTransformations_terminate(void)
   19   {
   20     /* (no terminate code required) */
   21   }
   22   
   23   /* End of code generation (calculateTransformations_terminate.c) */
   24