jorgensd / dolfinx_mpc

Extension for dolfinx to handle multi-point constraints.
https://jorgensd.github.io/dolfinx_mpc/
MIT License
30 stars 12 forks source link

standard array include #102

Closed minrk closed 7 months ago

minrk commented 7 months ago

I don't understand why it's happening sometimes but not all the time, but #include <array.h> is resulting in a header not being found on some of my test builds, while the standard #include <array> works. 🤷