Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` vector.assign(vector.size(), 42); ``` is a bit verbose for a standard operation, even if it mirrors https://en.cppreference.com/w/cpp/container/vector/assign Add another overload similar to `setVal(ue)` used in other AMReX containers.
- Loading branch information