diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-28 10:36:56 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-28 10:36:56 +0100 |
commit | 79d56147198dc873e30ae0ca8d554d37106db56f (patch) | |
tree | 10c7266523c3d4bb44c001144bd65ce615908016 /tracker-test/test.h | |
parent | 164e50e92590639113e311f1c533d475ef6d5b16 (diff) |
tracker/test: use for testing yaw wraparound
Issue: #912
Diffstat (limited to 'tracker-test/test.h')
-rw-r--r-- | tracker-test/test.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tracker-test/test.h b/tracker-test/test.h index 049e45a8..7f06968e 100644 --- a/tracker-test/test.h +++ b/tracker-test/test.h @@ -15,8 +15,7 @@ public: void data(double *data) override; private: - static const double incr[6]; - double last_x[6] {}; + double last[6] {}; Timer t; }; |