TUT: use slash-scoped dictionary references

This commit is contained in:
Mark Olesen
2023-01-02 12:08:11 +01:00
parent 27a7ae2d1d
commit aafcd0b9e0
28 changed files with 104 additions and 99 deletions

View File

@ -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}
}
}
}