-
Notifications
You must be signed in to change notification settings - Fork 61
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
Move includes after #define in DEM #1223
Conversation
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.
2 minor things to fix and this is ready for merge :)
source/dem/CMakeLists.txt
Outdated
@@ -37,7 +37,7 @@ add_library(lethe-dem | |||
particle_wall_linear_force.cc | |||
particle_wall_nonlinear_force.cc | |||
periodic_boundaries_manipulator.cc | |||
post_processing.cc | |||
dem_post_processing.cc |
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.
dem_post_processing.cc | |
dem_post_processing.cc |
Can you put in alphabetical order please
source/dem/CMakeLists.txt
Outdated
@@ -90,7 +90,7 @@ add_library(lethe-dem | |||
../../include/dem/particle_wall_linear_force.h | |||
../../include/dem/particle_wall_nonlinear_force.h | |||
../../include/dem/periodic_boundaries_manipulator.h | |||
../../include/dem/post_processing.h | |||
../../include/dem/dem_post_processing.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.
Can you put in alphabetical order please
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.
Sorry about that, I never saw the file because I use the refactor tools in CLion and forget about that detail
412b34b
to
4fa1b6d
Compare
Description Quick refactor as done in PR chaos-polymtl#1170 that moves header includes after the #define. Some @brief has been added here and there at the same time. Former-commit-id: 9beea0c
Description
Quick refactor as done in PR #1170 that moves header includes after the #define.
Some @brief has been added here and there at the same time.
Miscellaneous (will be removed when merged)
I tried to add @brief, but did not really worked on the content of the doc since this was not the aim of this refactoring.
Checklist (will be removed when merged)
See this page for more information about the pull request process.
Code related list:
Pull request related list: