Skip to content
Snippets Groups Projects
Commit 85192877 authored by Martin Bauer's avatar Martin Bauer
Browse files

Documentation fix

parent 69bcab53
No related merge requests found
...@@ -53,7 +53,7 @@ void testJacobi2D() ...@@ -53,7 +53,7 @@ void testJacobi2D()
xSize, ySize, uint_t(1), // how many cells per block (x,y,z) xSize, ySize, uint_t(1), // how many cells per block (x,y,z)
real_t(1), // dx: length of one cell in physical coordinates real_t(1), // dx: length of one cell in physical coordinates
false, // one block per process - "false" means all blocks to one process 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)); BlockDataID fieldID = field::addToStorage<ScalarField>(blocks, "Field", real_t(0.0));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment