mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Remove unnecessary use of keyword "explicit"
This commit is contained in:
@ -38,7 +38,7 @@ SourceFiles
|
||||
#define indexedCell_H
|
||||
|
||||
#include "CGAL/Triangulation_3.h"
|
||||
#include "CGAL/Triangulation_cell_base_with_circumcenter_3.h"
|
||||
#include "CGAL/Delaunay_triangulation_cell_base_with_circumcenter_3.h"
|
||||
#include "indexedVertex.H"
|
||||
#include "List.H"
|
||||
#include "globalIndex.H"
|
||||
@ -78,7 +78,7 @@ namespace CGAL
|
||||
template
|
||||
<
|
||||
class Gt,
|
||||
class Cb=CGAL::Triangulation_cell_base_with_circumcenter_3<Gt>
|
||||
class Cb=CGAL::Delaunay_triangulation_cell_base_with_circumcenter_3<Gt>
|
||||
>
|
||||
class indexedCell
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user