Skip to content

Remove multiple ambiguous overloaded helper functions from ParticleAccessors.h

Abhijit Mathad requested to merge AM_fix_ambigousfunctions into master

Remove multiple ambiguous overloaded helper functions in ParticleAccessors.h. During JIT compilation of momentum functors (in this example), get compiler error about not being able to resolve the functions (see here).

Was not caught before, because a CI test wasn’t triggered in this !2619 (merged) after this change.

Merge request reports