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

blockMesh: Correct handling of the -case option

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1773
parent 0ce5742d
Branches
Tags
No related merge requests found
...@@ -126,13 +126,13 @@ int main(int argc, char *argv[]) ...@@ -126,13 +126,13 @@ int main(int argc, char *argv[])
) )
{ {
dictPath = dictPath =
runTime.path()/runTime.constant() runTime.constant()
/regionPath/polyMesh::meshSubDir/dictName; /regionPath/polyMesh::meshSubDir/dictName;
} }
// Otherwise assume the dictionary is present in the system directory // Otherwise assume the dictionary is present in the system directory
else else
{ {
dictPath = runTime.path()/runTime.system()/regionPath/dictName; dictPath = runTime.system()/regionPath/dictName;
} }
IOobject meshDictIO IOobject meshDictIO
......
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