From 6d8686219c91d1658efc9f372785774c6810e23d Mon Sep 17 00:00:00 2001
From: Felix <feh7@hi.is>
Date: Sat, 24 Apr 2021 22:59:48 +0000
Subject: [PATCH] fix runmany with actually different grids

---
 openfoam2012/runmany.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openfoam2012/runmany.sh b/openfoam2012/runmany.sh
index 09c532f..90ec09c 100755
--- a/openfoam2012/runmany.sh
+++ b/openfoam2012/runmany.sh
@@ -21,6 +21,6 @@ do
     cd "${new}"
     sed -i 's#^inVelocity .*;$#inVelocity 5e'"${logu}"';#' parameters
     grep --quiet "5e${logu}" parameters  # should crash script if grep does not find it
-    ./run.sh $n
+    ./runNewMesh.sh $n
   done
 done
-- 
GitLab