[ENHANCEMENT] Add #define guards to run_dynamics_fast #11
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Relation
The MATLAB mex function,
run_dynamics_fast
is used by multiple repositories, includingem-model-manned-bayes
to simulate aircraft trajectories with a 6DOF physics model. There are various#define
statements that are unguarded.Description
Add
#define
guards to prevent multiple inclusions.Alternatives
#define
guards are a good best practice and should be implemented.Additional
Recommend addressing issue #10 for the use
const
variables before addressing this issue.While the contributing guidelines does not define a style guide for C++, we currently recommend the Google C++ Style Guide for this issue.
The text was updated successfully, but these errors were encountered: