From b2694847d621113d08a707bcb2975ba1233986cb Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 7 Sep 2016 12:40:35 +0100 Subject: [PATCH] STYLE: PrimitivePatch: undefined function --- .../meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H index e01541b6ec..16e8c3c68c 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H @@ -3,7 +3,7 @@ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation - \\/ M anipulation | + \\/ M anipulation | Copyright (C) 2016 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -216,9 +216,6 @@ private: //- Calculate unit point normals void calcPointNormals() const; - //- Calculate edge owner - void calcEdgeOwner() const; - //- Face-edge-face walk while remaining on a patch point. // Used to determine if surface multiply connected through point.