Closed EZoni closed 1 month ago
Originally posted in https://github.com/ECP-WarpX/WarpX/pull/5230#discussion_r1772068317.
As a follow-up on #5230, we should replace has with has_vector wherever possible, so in most occurrences where has is called to check if a vector field exists in the register, unless we intentionally want to check only a single specific direction.
has
has_vector
Originally posted in https://github.com/ECP-WarpX/WarpX/pull/5230#discussion_r1772068317.
As a follow-up on #5230, we should replace
has
withhas_vector
wherever possible, so in most occurrences wherehas
is called to check if a vector field exists in the register, unless we intentionally want to check only a single specific direction.