mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: use slash-scoped dictionary references
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: v2212 |
|
||||
| \\ / O peration | Version: v2306 |
|
||||
| \\ / A nd | Website: www.openfoam.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -39,7 +39,7 @@ baffles
|
||||
}
|
||||
slave
|
||||
{
|
||||
${..master}
|
||||
${../master}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -60,7 +60,7 @@ baffles
|
||||
}
|
||||
slave
|
||||
{
|
||||
${..master}
|
||||
${../master}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user