From 75282f9b11b4289c44c64bab178bccd67142c709 Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 3 May 2015 18:11:53 +0100 Subject: [PATCH] Minor cleanup --- .../incompressible/pimpleDyMFoam/propeller/system/surfaces | 4 ++-- .../solidDisplacementFoam/plateHole/system/sampleDict | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/incompressible/pimpleDyMFoam/propeller/system/surfaces b/tutorials/incompressible/pimpleDyMFoam/propeller/system/surfaces index 16d7041a89..113a8a4943 100644 --- a/tutorials/incompressible/pimpleDyMFoam/propeller/system/surfaces +++ b/tutorials/incompressible/pimpleDyMFoam/propeller/system/surfaces @@ -13,7 +13,7 @@ surfaces outputControl outputTime; surfaceFormat vtk; - fields ( p U Q); + fields (p U Q); interpolationScheme cellPoint; @@ -42,7 +42,7 @@ surfaces propeller { type patch; - patches ( "propeller.*" ); + patches ("propeller.*"); interpolate true; } ); diff --git a/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleDict b/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleDict index 81ecdeac4b..8348c02ea0 100644 --- a/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleDict +++ b/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleDict @@ -31,7 +31,7 @@ sets } ); -fields ( sigmaEq ); +fields (sigmaEq); // ************************************************************************* //