Skip to content
Snippets Groups Projects
Commit 9c8492eb authored by mattijs's avatar mattijs
Browse files

STYLE: duplicatePoints: indentation

parent d9aba8b0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment