From 2e558acf65d9978b17c48e6f267a091b89e5df5a Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 22 Sep 2009 15:24:59 +0100
Subject: [PATCH] TypeName instead of ClassName

---
 applications/test/dictionary/calcEntry/calcEntry.H | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/test/dictionary/calcEntry/calcEntry.H b/applications/test/dictionary/calcEntry/calcEntry.H
index e8a0925f94e..119f1556437 100644
--- a/applications/test/dictionary/calcEntry/calcEntry.H
+++ b/applications/test/dictionary/calcEntry/calcEntry.H
@@ -64,7 +64,7 @@ class calcEntry
 public:
 
     //- Runtime type information
-    TypeName("calc");
+    ClassName("calc");
 
 
     // Member Functions
-- 
GitLab