Skip to content
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

Merged

Conversation

elias-tsigaridas
Copy link
Collaborator

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.

@vissarion
Copy link
Member

@elias-tsigaridas is this ready for review?

@elias-tsigaridas
Copy link
Collaborator Author

It is ready for review, IMO.

Copy link
Member

@vissarion vissarion left a 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"
Copy link
Member

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.

@vfisikop vfisikop merged commit acad38a into GeomScale:develop Mar 6, 2024
1 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants