From e017ff660679fd1f3fa02a2d297779cf2bc0b225 Mon Sep 17 00:00:00 2001
From: henry <Henry Weller h.weller@opencfd.co.uk>
Date: Tue, 8 Dec 2009 15:08:05 +0000
Subject: [PATCH] Corrected the change to the "solvers" entry in controlDict.

---
 tutorials/Alltest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/Alltest b/tutorials/Alltest
index 69eb8b9a28a..5aaacba2aca 100755
--- a/tutorials/Alltest
+++ b/tutorials/Alltest
@@ -158,7 +158,7 @@ cp ${MAIN_CONTROL_DICT} ${MAIN_CONTROL_DICT}.org
 
 sed \
 -e s/"\(fvSchemes[ \t]*\)\([0-9]\);"/"\1 1;"/g \
--e s/"\(fvSolution[ \t]*\)\([0-9]\);"/"\1 1;"/g \
+-e s/"\(solution[ \t]*\)\([0-9]\);"/"\1 1;"/g \
 ${MAIN_CONTROL_DICT}.org > ${MAIN_CONTROL_DICT}
 
 echo "Copying the tutorials"
-- 
GitLab