From 79530dc8e3be709581f19219f1dd243483ad53ad Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Wed, 17 Aug 2016 08:08:21 +0100 Subject: [PATCH] surfacePatch.C: Corrected formatting --- .../triSurface/surfacePatch/surfacePatch.C | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/triSurface/triSurface/surfacePatch/surfacePatch.C b/src/triSurface/triSurface/surfacePatch/surfacePatch.C index aab5a7962e2..e84f26d7f8b 100644 --- a/src/triSurface/triSurface/surfacePatch/surfacePatch.C +++ b/src/triSurface/triSurface/surfacePatch/surfacePatch.C @@ -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-2016 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -31,13 +31,11 @@ License namespace Foam { -defineTypeNameAndDebug(surfacePatch, 0); + defineTypeNameAndDebug(surfacePatch, 0); } - // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // -// Construct null Foam::surfacePatch::surfacePatch() : geometricSurfacePatch("", "", -1), @@ -46,8 +44,6 @@ Foam::surfacePatch::surfacePatch() {} - -// Construct from components Foam::surfacePatch::surfacePatch ( const word& geometricType, @@ -63,7 +59,6 @@ Foam::surfacePatch::surfacePatch {} -// Construct from Istream Foam::surfacePatch::surfacePatch(Istream& is, const label index) : geometricSurfacePatch(is, index), @@ -74,7 +69,7 @@ Foam::surfacePatch::surfacePatch(Istream& is, const label index) start_ = readLabel(is); } -// Construct from dictionary + Foam::surfacePatch::surfacePatch ( const word& name, @@ -88,7 +83,6 @@ Foam::surfacePatch::surfacePatch {} -// Construct as copy Foam::surfacePatch::surfacePatch(const Foam::surfacePatch& sp) : geometricSurfacePatch(sp), -- GitLab