From 85192877ee9069783e85f7cb78f35a3ea4e5bd4b Mon Sep 17 00:00:00 2001
From: Martin Bauer <martin.bauer@fau.de>
Date: Fri, 12 Jul 2019 14:25:04 +0200
Subject: [PATCH] Documentation fix

---
 tests/field/codegen/CodegenJacobiCPU.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/field/codegen/CodegenJacobiCPU.cpp b/tests/field/codegen/CodegenJacobiCPU.cpp
index 2023baeb9..aefaf67e2 100644
--- a/tests/field/codegen/CodegenJacobiCPU.cpp
+++ b/tests/field/codegen/CodegenJacobiCPU.cpp
@@ -53,7 +53,7 @@ void testJacobi2D()
            xSize, ySize, uint_t(1),            // how many cells per block (x,y,z)
            real_t(1),                          // dx: length of one cell in physical coordinates
            false,                              // one block per process - "false" means all blocks to one process
-           true, true, true );                 // no periodicity
+           true, true, true );                 // full periodicity
 
 
    BlockDataID fieldID = field::addToStorage<ScalarField>(blocks, "Field", real_t(0.0));
-- 
GitLab