From 7fa53d700e87b39c4343beb4ccba6321124fa3ce Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Mon, 29 Jul 2013 12:26:36 +0100 Subject: [PATCH] STYLE: minor code formatting --- src/meshTools/triSurface/orientedSurface/orientedSurface.H | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/meshTools/triSurface/orientedSurface/orientedSurface.H b/src/meshTools/triSurface/orientedSurface/orientedSurface.H index 54b416e590b..59268d6f41f 100644 --- a/src/meshTools/triSurface/orientedSurface/orientedSurface.H +++ b/src/meshTools/triSurface/orientedSurface/orientedSurface.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 @@ -131,6 +131,8 @@ class orientedSurface //- Make surface surface has consistent orientation across connected // triangles. static bool orientConsistent(triSurface& s); + + public: ClassName("orientedSurface"); -- GitLab