mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
blockMesh: Correct handling of the -case option
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1773
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user