blockMesh: Correct handling of the -case option

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1773
This commit is contained in:
Henry Weller
2015-07-04 23:35:16 +01:00
parent 0ce5742d6a
commit bcee47d5ed

View File

@ -126,13 +126,13 @@ int main(int argc, char *argv[])
)
{
dictPath =
runTime.path()/runTime.constant()
runTime.constant()
/regionPath/polyMesh::meshSubDir/dictName;
}
// Otherwise assume the dictionary is present in the system directory
else
{
dictPath = runTime.path()/runTime.system()/regionPath/dictName;
dictPath = runTime.system()/regionPath/dictName;
}
IOobject meshDictIO