From 2f847697108064c38a86b74b33a37e60cd139768 Mon Sep 17 00:00:00 2001 From: Henry Weller 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' }