STYLE: remove trailing space from adjointShapeOptimizationFoam tutorial files

This commit is contained in:
Mark Olesen
2010-03-17 11:36:42 +01:00
parent cd768b7a5a
commit d5170fa83a
5 changed files with 29 additions and 29 deletions

View File

@ -20,28 +20,28 @@ internalField uniform 0;
boundaryField
{
inlet
inlet
{
type zeroGradient;
}
outlet
outlet
{
type fixedValue;
value uniform 0;
}
upperWall
upperWall
{
type zeroGradient;
}
lowerWall
lowerWall
{
type zeroGradient;
}
frontAndBack
frontAndBack
{
type empty;
}