31 lines
762 B
C
31 lines
762 B
C
|
|
//
|
||
|
|
// Academic License - for use in teaching, academic research, and meeting
|
||
|
|
// course requirements at degree granting institutions only. Not for
|
||
|
|
// government, commercial, or other organizational use.
|
||
|
|
//
|
||
|
|
// calculateGravityForce_data.h
|
||
|
|
//
|
||
|
|
// Code generation for function 'calculateGravityForce_data'
|
||
|
|
//
|
||
|
|
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
// Include files
|
||
|
|
#include <cmath>
|
||
|
|
#include <cstdio>
|
||
|
|
#include <cstdlib>
|
||
|
|
#include <cstring>
|
||
|
|
#include "mex.h"
|
||
|
|
#include "emlrt.h"
|
||
|
|
#include "rtwtypes.h"
|
||
|
|
#include "calculateGravityForce_types.h"
|
||
|
|
|
||
|
|
// Variable Declarations
|
||
|
|
extern emlrtCTX emlrtRootTLSGlobal;
|
||
|
|
extern const volatile char_T *emlrtBreakCheckR2012bFlagVar;
|
||
|
|
extern emlrtContext emlrtContextGlobal;
|
||
|
|
extern const int8_T iv[9];
|
||
|
|
|
||
|
|
// End of code generation (calculateGravityForce_data.h)
|