From 743085a66726481b7f8cbe0380f987cf43249449 Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
Date: Fri, 10 Jun 2016 18:02:26 +0100
Subject: [PATCH] bin/tools/RunFunctions: Updated to use foamDictionary

---
 bin/tools/RunFunctions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/tools/RunFunctions b/bin/tools/RunFunctions
index cdf4af6fe9..1939007300 100644
--- a/bin/tools/RunFunctions
+++ b/bin/tools/RunFunctions
@@ -41,7 +41,7 @@ isTest()
 
 getNumberOfProcessors()
 {
-    expandDictionary system/decomposeParDict \
+    foamDictionary -expand system/decomposeParDict \
         | sed -ne 's/^numberOfSubdomains\s*\(.*\);/\1/p'
 }
 
-- 
GitLab