SUS Total Vector Eclipse Fix #684
@ -24,7 +24,7 @@ class SensorProcessing {
|
||||
const AcsParameters *acsParameters); // Will call protected functions
|
||||
private:
|
||||
static constexpr float ZERO_VEC_F[3] = {0, 0, 0};
|
||||
static constexpr float ZERO_VEC_D[3] = {0, 0, 0};
|
||||
static constexpr double ZERO_VEC_D[3] = {0, 0, 0};
|
||||
|
||||
|
||||
protected:
|
||||
// short description needed for every function
|
||||
|
Loading…
x
Reference in New Issue
Block a user
I guess this should be a double?
fixed