mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
bin/tools/RunFunctions: Updated to use foamDictionary
This commit is contained in:
@ -41,7 +41,7 @@ isTest()
|
||||
|
||||
getNumberOfProcessors()
|
||||
{
|
||||
expandDictionary system/decomposeParDict \
|
||||
foamDictionary -expand system/decomposeParDict \
|
||||
| sed -ne 's/^numberOfSubdomains\s*\(.*\);/\1/p'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user