We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IMO, we should always include the complete paths to the files that are managed by us:
This will clarify what we are using and avoid weird header clashes once the software is deployed by installing the SDK.
The text was updated successfully, but these errors were encountered:
This is related to issue #131, and only make sense once that is implemented.
Sorry, something went wrong.
totally agree, especially when you make install
Agreed!
I think we can close this. Seems like common practise everywhere now
tlmquintino
No branches or pull requests
IMO, we should always include the complete paths to the files that are managed by us:
include "cf3/external/fparser/fparser.h"
include "cf3/common/component.hpp"
include "cf3/math/real_vector.hpp"
This will clarify what we are using and avoid weird header clashes once the software is deployed by installing the SDK.
The text was updated successfully, but these errors were encountered: