LLNL / ygm

Other
31 stars 22 forks source link

Use `derived_this->for_all()` in `gather` operations #257

Closed steiltre closed 2 months ago

steiltre commented 2 months ago

Calls derived_this->for_all() in ygm::container::base_iteration::gather() functions to properly use overloaded for_all() operations, such as when calling gather on the output of a filter().