Skip to content
Snippets Groups Projects
Commit a38b7ff6 authored by James Willis's avatar James Willis
Browse files

Updated comments.

parent 0f3ee386
No related branches found
No related tags found
1 merge request!396Avx512 fixes
......@@ -517,7 +517,7 @@ int main(int argc, char *argv[]) {
const int half_dim = (dim - 1) / 2;
/* Test the periodic boundary conditions for each of the 8 corners. */
/* Test the periodic boundary conditions for each of the 8 corners. Interact each corner with all of its 26 neighbours.*/
test_boundary_conditions(cells, runner, 0, 0, 0, dim, swiftOutputFileName,
bruteForceOutputFileName);
test_boundary_conditions(cells, runner, dim - 1, 0, 0, dim,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment