From ac9132b0ee1acd91dc0fc5c1e10d1565b09ad75a Mon Sep 17 00:00:00 2001
From: henry <Henry Weller h.weller@opencfd.co.uk>
Date: Tue, 9 Jun 2009 12:13:11 +0100
Subject: [PATCH] Minor reformat.

---
 tutorials/combustion/engineFoam/kivaTest/system/controlDict | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tutorials/combustion/engineFoam/kivaTest/system/controlDict b/tutorials/combustion/engineFoam/kivaTest/system/controlDict
index 359d4d135af..2ae209cb5f6 100644
--- a/tutorials/combustion/engineFoam/kivaTest/system/controlDict
+++ b/tutorials/combustion/engineFoam/kivaTest/system/controlDict
@@ -11,10 +11,12 @@ FoamFile
     format      ascii;
     class       dictionary;
     location    "system";
-    object      controlDict;
+    object      controlDict.1st;
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
+applicationClass engineFoam;
+
 startFrom       startTime;
 
 startTime       -180;
-- 
GitLab