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

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

parent 29bff520
Branches
Tags
No related merge requests found
......@@ -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