kronbichler / adaflo

adaflo, an adaptive finite element solver for incompressible fluid flow and two-phase flow
Other
24 stars 14 forks source link

Include missing LAPACK header #42

Closed mschreter closed 3 years ago

mschreter commented 3 years ago

adaflo did not compile after the change https://github.com/dealii/dealii/commit/917da14d174fdde3cef8ac6b53f93bff3863e7bc#diff-bd8e2544cbe8df08d2c12ae4df4230f1a71ad69a32235324b42ebd0ec4f1eb6b in deal.II. This PR fixes the compilation error by including the corresponding LAPACK header.

peterrum commented 3 years ago

Thanks! I will merge once CI is happy!