From 52418e859bfa0f3324e7d91200a6ba70a458a796 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Fri, 23 Nov 2012 15:14:03 +0000 Subject: [PATCH] STYLE: addPatchCellLayer: improved comment --- .../polyTopoChange/polyTopoChange/addPatchCellLayer.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H index bc3624548e9..9e8269df937 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -66,8 +66,8 @@ Description - added faces get same patchID as face they are extruded from - - 'side' faces (i.e. on the edge of pp) get the patchID of the - other patch they are connected to. + - 'side' faces (i.e. on the edge of pp) get the patchID/zoneID of the + other patch/zone they are connected to (hopefully only 1) E.g. 3 boundary faces on patches a,b. b gets extruded, a doesn't. -- GitLab