From c83c99b30e67a8e690f0ca655b6773da1a13c9f7 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 14 Oct 2015 14:46:57 +0100 Subject: [PATCH] STYLE: duplicatePoints: indentation --- .../polyTopoChange/polyTopoChange/duplicatePoints.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.C index 928f792f2e..64e9ac34bf 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.C @@ -2,8 +2,8 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation - \\/ M anipulation | + \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -85,7 +85,7 @@ void Foam::duplicatePoints::setRefinement { duplicates_[localI][i] = meshMod.addPoint ( - mesh_.points()[pointI], // point + mesh_.points()[pointI], // point pointI, // master point -1, // zone for point true // supports a cell