mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
expand on case directory
This commit is contained in:
@ -78,6 +78,7 @@ int main(int argc, char *argv[])
|
|||||||
if (sourceType == "patch")
|
if (sourceType == "patch")
|
||||||
{
|
{
|
||||||
fileName sourceCasePath(dict.lookup("sourceCase"));
|
fileName sourceCasePath(dict.lookup("sourceCase"));
|
||||||
|
sourceCasePath.expand();
|
||||||
fileName sourceRootDir = sourceCasePath.path();
|
fileName sourceRootDir = sourceCasePath.path();
|
||||||
fileName sourceCaseDir = sourceCasePath.name();
|
fileName sourceCaseDir = sourceCasePath.name();
|
||||||
word patchName(dict.lookup("sourcePatch"));
|
word patchName(dict.lookup("sourcePatch"));
|
||||||
|
|||||||
Reference in New Issue
Block a user