summaryrefslogtreecommitdiff
path: root/lbm.org
diff options
context:
space:
mode:
Diffstat (limited to 'lbm.org')
-rw-r--r--lbm.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/lbm.org b/lbm.org
index 1066b9c..3e934ad 100644
--- a/lbm.org
+++ b/lbm.org
@@ -5574,7 +5574,7 @@ cudaSetDevice(0);
After including the relevant headers we construct the D3Q19 lattice.
#+BEGIN_SRC cpp :tangle tangle/nozzle.cu
-const descriptor::Cuboid<DESCRIPTOR> cuboid(400, 80, 80);
+const descriptor::Cuboid<DESCRIPTOR> cuboid(500, 80, 80);
Lattice<DESCRIPTOR,T> lattice(cuboid);
#+END_SRC