ENH: argList : expand roots for distributed running

This commit is contained in:
mattijs
2010-11-12 14:30:27 +00:00
parent f53538b831
commit 7819ab5037

View File

@ -567,6 +567,10 @@ Foam::argList::argList
{
fileNameList roots;
decompDict.lookup("roots") >> roots;
forAll(roots, i)
{
roots[i] = roots[i].expand();
}
if (roots.size() != Pstream::nProcs()-1)
{