From dfb9ccc84d6b9824849e311b50eb9c7acea6a8fc Mon Sep 17 00:00:00 2001 From: Matteo Pancotti <matteopancotti@Matteos-MacBook-Air.local> Date: Thu, 20 Feb 2025 16:50:46 +0100 Subject: [PATCH] [ARP] format --- src/shared/algorithms/Propagator/PropagatorData.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/algorithms/Propagator/PropagatorData.h b/src/shared/algorithms/Propagator/PropagatorData.h index 073799ba2..542d62e01 100644 --- a/src/shared/algorithms/Propagator/PropagatorData.h +++ b/src/shared/algorithms/Propagator/PropagatorData.h @@ -42,7 +42,6 @@ struct PropagatorState uint32_t nPropagations; ///< Predictions from last received NAS state NASState nas; - float ax = 0, ay = 0, az = 0; // propagater acceleration (Eigen::Vector3f could not be used // because it is not trivially copyable) -- GitLab