AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
519 stars 339 forks source link

Fix ReduceToPlane #3852

Closed marchdf closed 4 months ago

marchdf commented 4 months ago

Summary

The declaration and the definition of ReduceToPlane did not match, leading to build errors. This PR fixes that.

The actual error can be seen here for example: https://github.com/Exawind/amr-wind/actions/runs/8414958776/job/23039425812?pr=1003

Checklist

The proposed changes: