Skip to content
Snippets Groups Projects
Commit 5ea701ba authored by Paul Gessinger's avatar Paul Gessinger Committed by Paul Gessinger
Browse files

change KF aborter call operator signature

parent a243daac
No related branches found
No related tags found
1 merge request!681KalmanFitter uses Acts::Result
......@@ -399,8 +399,8 @@ class KalmanFitter {
template <typename propagator_state_t, typename stepper_t,
typename result_t>
bool operator()(const result_t& result, propagator_state_t& /*state*/,
const stepper_t& /*stepper*/) const {
bool operator()(propagator_state_t& /*state*/, const stepper_t& /*stepper*/,
const result_t& result) const {
if (!result.result.ok()) {
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment