Nek5000 / nekRS

our next generation fast and scalable CFD code
https://nek5000.mcs.anl.gov/
Other
289 stars 76 forks source link

Add include file. #543

Closed aprilnovak closed 5 months ago

aprilnovak commented 10 months ago

I think this include file is missing -- in NekRS standalone this ends up being fine because #include inipp.hpp exists just above #include nekrs.hpp in main.cpp, but in Cardinal we #include nekrs.hpp in other files where it would be nice not to have to #include inipp.hpp before every call to #include nekrs.hpp.

stgeke commented 5 months ago

Fixed in next