diff --git a/tests/testPeriodicBC.c b/tests/testPeriodicBC.c index 495442efac853517891c1efdec54f1f5e8e14e75..0f350f607b54e790c8db9209b8fb18335f5009d1 100644 --- a/tests/testPeriodicBC.c +++ b/tests/testPeriodicBC.c @@ -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,