You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In GitLab by @vinciguerra_a on Jun 14, 2023, 13:24
The IPPL wiki should be updated to describe some best practices and a set of conventions for #includes and forward declarations in header files. The headers in IPPL then need to be updated to follow these best practices to ensure that all types are properly defined or declared wherever they appear and that there is no dependence on #include directives appearing in a particular order (see !160).
In addition, different sections of IPPL should be grouped together such that end-users can #include a single file to gain access to the components they need, e.g. IPPL core, solvers, etc.
The text was updated successfully, but these errors were encountered:
In GitLab by @vinciguerra_a on Jun 14, 2023, 13:24
The IPPL wiki should be updated to describe some best practices and a set of conventions for
#include
s and forward declarations in header files. The headers in IPPL then need to be updated to follow these best practices to ensure that all types are properly defined or declared wherever they appear and that there is no dependence on#include
directives appearing in a particular order (see !160).In addition, different sections of IPPL should be grouped together such that end-users can
#include
a single file to gain access to the components they need, e.g. IPPL core, solvers, etc.The text was updated successfully, but these errors were encountered: