File: calculateTransformations_types.h1 /* 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_types.h 7 * 8 * Code generation for function 'calculateTransformations' 9 * 10 */ 11 12 #ifndef __CALCULATETRANSFORMATIONS_TYPES_H__ 13 #define __CALCULATETRANSFORMATIONS_TYPES_H__ 14 15 /* Include files */ 16 #include "rtwtypes.h" 17 #endif 18 19 /* End of code generation (calculateTransformations_types.h) */ 20 |