From d25649c44dffa9d23b9529f33871712c47e4238c Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Mon, 16 Nov 2015 14:14:29 +0000
Subject: [PATCH] ENH: movingWallVelocityFvPatchVectorField: corrected comment.
 Fixes #4

---
 .../movingWallVelocity/movingWallVelocityFvPatchVectorField.H | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.H
index be5b50e6f82..13685e8d1cb 100644
--- a/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.H
+++ b/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.H
@@ -3,7 +3,7 @@
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     |
     \\  /    A nd           | Copyright (C) 2011-2012 OpenFOAM Foundation
-     \\/     M anipulation  |
+     \\/     M anipulation  | Copyright (C) 2015 OpenCFD Ltd.
 -------------------------------------------------------------------------------
 License
     This file is part of OpenFOAM.
@@ -46,7 +46,7 @@ Description
     {
         type            movingWallVelocity;
         U               U;
-        value           uniform 0; // initial value
+        value           uniform (0 0 0);    // initial value
     }
     \endverbatim
 
-- 
GitLab