Skip to content

[ParameterizedKalman] access qOverP directly

Paul Seyfert requested to merge pseyfert_qoverp into master

charge() and p() actually access the state's qOverP() method (and q/p is stored). I doubt though that the compiler figured that out for us already (different translation units).

Edited by Marco Cattaneo

Merge request reports