bin/tools/RunFunctions: Updated to use foamDictionary

This commit is contained in:
Henry Weller
2016-06-10 18:02:26 +01:00
parent 533135ebd4
commit 2f84769710

View File

@ -41,7 +41,7 @@ isTest()
getNumberOfProcessors()
{
expandDictionary system/decomposeParDict \
foamDictionary -expand system/decomposeParDict \
| sed -ne 's/^numberOfSubdomains\s*\(.*\);/\1/p'
}