STYLE: uneeded typedef FaceType in triSurface

- use typedef FaceType from parent (PrimitivePatch) instead
This commit is contained in:
Mark Olesen
2011-01-17 10:08:25 +01:00
parent ae0bf2b2fe
commit 16d8ff66dd

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -223,9 +223,6 @@ public:
// Public typedefs
//- Face type used
typedef labelledTri FaceType;
//- Placeholder only, but do not remove - it is needed for GeoMesh
typedef bool BoundaryMesh;