TUT: remove extraneous '}' from dictionary input

This commit is contained in:
Mark Olesen
2018-07-26 17:06:10 +02:00
parent 02ad76df4f
commit 329f3a99e4
4 changed files with 2 additions and 11 deletions

View File

@ -23,10 +23,7 @@ internalField uniform 0;
boundaryField
{
back
{
type wedge;
}
back { type wedge; }
front { $back; }
liner { $:wall.alphat; }
cylinderHead { $liner; }

View File

@ -23,16 +23,12 @@ internalField uniform 0;
boundaryField
{
back
{
type wedge;
}
back { type wedge; }
front { $back; }
liner { $:wall.nut; }
cylinderHead { $liner; }
piston { $liner; }
}
}
// ************************************************************************* //

View File

@ -45,6 +45,5 @@ timePrecision 6;
runTimeModifiable true;
}
// ************************************************************************* //

View File

@ -44,6 +44,5 @@ timePrecision 6;
runTimeModifiable true;
}
// ************************************************************************* //