mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: createShellMesh: corrected comment
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / 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-2012 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -137,7 +137,7 @@ public:
|
|||||||
// be in top patch
|
// be in top patch
|
||||||
// < 0 : face in opposite orientation as patch face. face will
|
// < 0 : face in opposite orientation as patch face. face will
|
||||||
// be in bottom patch
|
// be in bottom patch
|
||||||
// = 0 : for all side and internal faces
|
// = 0 : for all side faces
|
||||||
const labelList& faceToFaceMap() const
|
const labelList& faceToFaceMap() const
|
||||||
{
|
{
|
||||||
return faceToFaceMap_;
|
return faceToFaceMap_;
|
||||||
|
|||||||
Reference in New Issue
Block a user