hexRef8.H: Corrected function documentation formatting

This commit is contained in:
Henry Weller
2022-02-10 14:48:56 +00:00
parent 989cf27554
commit 0eca1c697a
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2022 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -174,12 +174,16 @@ class hexRef8
//- Get index of minimum pointlevel.
label findMinLevel(const labelList& f) const;
//- Get maximum pointlevel.
label findMaxLevel(const labelList& f) const;
//- Count number of vertices <= anchorLevel
label countAnchors(const labelList&, const label) const;
//- Debugging: dump cell as .obj file
void dumpCell(const label celli) const;
//- Find index of point with wantedLevel, starting from fp.
label findLevel
(
@ -190,9 +194,6 @@ class hexRef8
const label wantedLevel
) const;
////- Print levels of list of points.
// void printLevels(Ostream&, const labelList&) const;
//- debug:check orientation of added internal face
static void checkInternalOrientation
(

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2022 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -1679,7 +1679,6 @@ void Foam::fvMeshTopoChangers::refiner::distribute
const mapDistributePolyMesh& map
)
{
InfoInFunction << endl;
// Redistribute the mesh cutting engine
meshCutter_.distribute(map);
}