Correct section comment: there can only be one destructor

This commit is contained in:
Henry
2015-02-12 21:57:29 +00:00
parent 183615e84f
commit 0ea062816e
59 changed files with 113 additions and 109 deletions

View File

@ -20,6 +20,7 @@ FoamFile
maxY
{
type wall;
inGroups 1(wall);
nFaces 300;
startFace 8300;
}
@ -38,18 +39,21 @@ FoamFile
minY
{
type wall;
inGroups 1(wall);
nFaces 300;
startFace 8800;
}
minZ
{
type wall;
inGroups 1(wall);
nFaces 300;
startFace 9100;
}
maxZ
{
type wall;
inGroups 1(wall);
nFaces 300;
startFace 9400;
}