1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-24 23:21:29 +00:00

cleanup from debugging

This commit is contained in:
bpmcgeeney
2021-10-14 17:45:23 -07:00
parent af4a5d16d5
commit ee9fa3a3d1
4 changed files with 1 additions and 45 deletions

View File

@@ -33,9 +33,6 @@ struct outVector {
std::vector<double> LQRx = std::vector<double>(length, 0.0);
std::vector<double> LQRy = std::vector<double>(length, 0.0);
std::vector<double> thrust = std::vector<double>(length, 0.0);
std::vector<double> d_yError = std::vector<double>(length, 0.0);
};
#endif