Minor cleanup

This commit is contained in:
Henry
2015-05-03 18:11:53 +01:00
parent 767e1a4e69
commit 26aeb7ec89
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ surfaces
outputControl outputTime; outputControl outputTime;
surfaceFormat vtk; surfaceFormat vtk;
fields ( p U Q); fields (p U Q);
interpolationScheme cellPoint; interpolationScheme cellPoint;
@ -42,7 +42,7 @@ surfaces
propeller propeller
{ {
type patch; type patch;
patches ( "propeller.*" ); patches ("propeller.*");
interpolate true; interpolate true;
} }
); );

View File

@ -31,7 +31,7 @@ sets
} }
); );
fields ( sigmaEq ); fields (sigmaEq);
// ************************************************************************* // // ************************************************************************* //