Skip to content
Snippets Groups Projects
Commit f3bb750f authored by Henry Weller's avatar Henry Weller
Browse files

bin/tools/RunFunctions: Simplified using the foamDictionary -value option

parent f0d81461
Branches
Tags
1 merge request!60Merge foundation
......@@ -41,8 +41,7 @@ isTest()
getNumberOfProcessors()
{
foamDictionary -expand system/decomposeParDict \
| sed -ne 's/^numberOfSubdomains\s*\(.*\);/\1/p'
foamDictionary -entry numberOfSubdomains -value system/decomposeParDict
}
getApplication()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment