From 3d6da6e15127beab9bc8e6edee977c0d97df5c2f Mon Sep 17 00:00:00 2001
From: Anna Wellmann <a.wellmann@tu-bs.de>
Date: Sun, 28 Nov 2021 09:52:10 +0100
Subject: [PATCH] Fix dx

---
 apps/gpu/LBM/MusselOyster/MusselOyster.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/gpu/LBM/MusselOyster/MusselOyster.cpp b/apps/gpu/LBM/MusselOyster/MusselOyster.cpp
index 60d119735..d16615dbe 100644
--- a/apps/gpu/LBM/MusselOyster/MusselOyster.cpp
+++ b/apps/gpu/LBM/MusselOyster/MusselOyster.cpp
@@ -131,7 +131,7 @@ void multipleLevel(const std::string& configPath)
     std::string bivalveType = "OYSTER"; // "MUSSEL" "OYSTER"
     std::string gridPath(gridPathParent + bivalveType); // only for GridGenerator, for GridReader the gridPath needs to be set in the config file
 
-    real dxGrid = (real)0.1; // 0.1
+    real dxGrid = (real)1.0; // 1.0
     if (para->getNumprocs() == 4)
         dxGrid =0.66666667;
     else if (para->getNumprocs() == 8)  
-- 
GitLab