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 #includenekrs.hpp in other files where it would be nice not to have to #include inipp.hpp before every call to #include nekrs.hpp.
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
inmain.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
.