Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a warning in packing communication send buffer (AMReX-Codes#2940)
When we communication double precision data in single precision, there is a conversion from double to float in packing the send buffer. A static cast is added to fix the warning.
- Loading branch information