STYLE: duplicatePoints: indentation

This commit is contained in:
mattijs
2015-10-14 14:46:57 +01:00
committed by Andrew Heather
parent 51f9b7facb
commit c83c99b30e

View File

@ -2,8 +2,8 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
@ -85,7 +85,7 @@ void Foam::duplicatePoints::setRefinement
{ {
duplicates_[localI][i] = meshMod.addPoint duplicates_[localI][i] = meshMod.addPoint
( (
mesh_.points()[pointI], // point mesh_.points()[pointI], // point
pointI, // master point pointI, // master point
-1, // zone for point -1, // zone for point
true // supports a cell true // supports a cell