mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
Uncrustification
This commit is contained in:
parent
08ce27a6d6
commit
e472b167e4
@ -126,7 +126,7 @@ Vector3f twostep_bias_only(const Vector3f samples[],
|
|||||||
const float noise)
|
const float noise)
|
||||||
{
|
{
|
||||||
// \tilde{H}
|
// \tilde{H}
|
||||||
Vector3f* centeredSamples = new Vector3f[n_samples];
|
Vector3f *centeredSamples = new Vector3f[n_samples];
|
||||||
// z_k
|
// z_k
|
||||||
float sampleDeltaMag[n_samples];
|
float sampleDeltaMag[n_samples];
|
||||||
// eq 7 and 8 applied to samples
|
// eq 7 and 8 applied to samples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user