Skip to content

Commit

Permalink
Move doxygen block
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Sep 10, 2019
1 parent d229370 commit 60931c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/debug.cpp
Expand Up @@ -134,12 +134,6 @@ void check_particle_consistency() {
}
}

/**
* @brief Check if particles are in correct cells.
*
* Check that particles are in the cells the cellsystem says
* they should be.
*/
void check_particle_sorting() {
for (int c = 0; c < local_cells.n; c++) {
auto const cell = local_cells.cell[c];
Expand Down
6 changes: 6 additions & 0 deletions src/core/debug.hpp
Expand Up @@ -31,6 +31,12 @@
*/
void check_particle_consistency();

/**
* @brief Check if particles are in correct cells.
*
* Check that particles are in the cells the cellsystem says
* they should be.
*/
void check_particle_sorting();

extern int this_node;

0 comments on commit 60931c1

Please sign in to comment.