From b35f0f062089dee54e1c8fd495e61f3d3bc12527 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 15 Jan 2013 12:39:31 +0000
Subject: [PATCH] STYLE: functionObjectTemplate: modification date

---
 etc/codeTemplates/dynamicCode/functionObjectTemplate.H | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/etc/codeTemplates/dynamicCode/functionObjectTemplate.H b/etc/codeTemplates/dynamicCode/functionObjectTemplate.H
index bd07fff0341..211c0868ec3 100644
--- a/etc/codeTemplates/dynamicCode/functionObjectTemplate.H
+++ b/etc/codeTemplates/dynamicCode/functionObjectTemplate.H
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011-2012 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2011-2013 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -48,6 +48,7 @@ namespace Foam
 // Forward declaration of classes
 class objectRegistry;
 class dictionary;
+class polyMesh;
 class mapPolyMesh;
 class fvMesh;
 
@@ -131,7 +132,7 @@ public:
         {}
 
         //- Update for changes of mesh
-        virtual void movePoints(const pointField&)
+        virtual void movePoints(const polyMesh&)
         {}
 };
 
-- 
GitLab