Skip to content
Snippets Groups Projects
Commit 5382c2f5 authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

STYLE: fix namespace documentation for CGAL-related content

parent 1b4b127a
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd |
\\ / A nd | Copyright (C) 2019 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2013-2016 OpenFOAM Foundation
......@@ -23,12 +23,13 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Namespace
Foam::DelaunayMeshTools
Description
Collection of functions for operating on a Delaunay mesh. Includes:
Collection of functions for operating on a Delaunay mesh.
Includes:
- Functions for writing to an OBJ file
- Functions for extracting fields from the Delaunay triangulation
......
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd |
\\ / A nd | Copyright (C) 2019 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2012-2016 OpenFOAM Foundation
......@@ -23,6 +23,12 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Namespace
Foam::foamyHexMeshChecks
Description
Collection of checks for foamyHexMesh
\*---------------------------------------------------------------------------*/
#ifndef indexedCellChecks_H
......
......@@ -27,6 +27,7 @@ Namespace
CGAL::indexedCellOps
Description
Operations for indexed cell types
SourceFiles
indexedCellOpsTemplates.C
......
......@@ -27,6 +27,7 @@ Namespace
CGAL::indexedVertexOps
Description
Operations for indexed vertex types
SourceFiles
indexedVertexOpsTemplates.C
......
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2019 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
OpenFOAM is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Namespace
CGAL
Description
Specializations for CGAL-related routines.
\*---------------------------------------------------------------------------*/
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment