-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
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
Refactor/eliminate include directives #244
Refactor/eliminate include directives #244
Conversation
@elias-tsigaridas is this ready for review? |
It is ready for review, IMO. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks I am OK with merging. Please merge with develop and resolve conflicts to let the tests run once before merging.
#include "cartesian_geom/cartesian_kernel.h" | ||
#include "random_walks/random_walks.hpp" | ||
#include "volume/volume_sequence_of_balls.hpp" | ||
#include "volume/volume_cooling_gaussians.hpp" | ||
#include "volume/volume_cooling_balls.hpp" | ||
#include "misc.h" | ||
#include "misc/misc.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not related to this PR but I think it is better to call this directory util
from utilities then we will see what to do with misc.h
Ideally it will be renamed to something more descriptive.
* correcting the includes to point the boost library directory * modifs to include only the include/ and external/ directories * modifs * Update CMakeLists.txt --------- Co-authored-by: Vissarion Fisikopoulos <[email protected]> Co-authored-by: vfisikop <[email protected]>
* correcting the includes to point the boost library directory * modifs to include only the include/ and external/ directories * modifs * Update CMakeLists.txt --------- Co-authored-by: Vissarion Fisikopoulos <[email protected]> Co-authored-by: vfisikop <[email protected]>
* correcting the includes to point the boost library directory * modifs to include only the include/ and external/ directories * modifs * Update CMakeLists.txt --------- Co-authored-by: Vissarion Fisikopoulos <[email protected]> Co-authored-by: vfisikop <[email protected]>
* correcting the includes to point the boost library directory * modifs to include only the include/ and external/ directories * modifs * Update CMakeLists.txt --------- Co-authored-by: Vissarion Fisikopoulos <[email protected]> Co-authored-by: vfisikop <[email protected]>
* correcting the includes to point the boost library directory * modifs to include only the include/ and external/ directories * modifs * Update CMakeLists.txt --------- Co-authored-by: Vissarion Fisikopoulos <[email protected]> Co-authored-by: vfisikop <[email protected]>
* correcting the includes to point the boost library directory * modifs to include only the include/ and external/ directories * modifs * Update CMakeLists.txt --------- Co-authored-by: Vissarion Fisikopoulos <[email protected]> Co-authored-by: vfisikop <[email protected]>
* correcting the includes to point the boost library directory * modifs to include only the include/ and external/ directories * modifs * Update CMakeLists.txt --------- Co-authored-by: Vissarion Fisikopoulos <[email protected]> Co-authored-by: vfisikop <[email protected]>
* correcting the includes to point the boost library directory * modifs to include only the include/ and external/ directories * modifs * Update CMakeLists.txt --------- Co-authored-by: Vissarion Fisikopoulos <[email protected]> Co-authored-by: vfisikop <[email protected]>
I modified the #include directives in the files in the directory test/ (and in some in the directory include/)
so that we depend only on the directories include/ and external/
I also modified the CMakeLists.txt file accordingly to include these two directories only.