mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
foamyQuadMesh::CV2D: Add typedef for Foam::point to resolve a problem with gcc-7.3.1
This commit is contained in:
@ -146,8 +146,8 @@ class CV2D
|
|||||||
:
|
:
|
||||||
public Delaunay
|
public Delaunay
|
||||||
{
|
{
|
||||||
|
//- Use the Foam::point in preference to the CGAL point
|
||||||
private:
|
typedef Foam::point point;
|
||||||
|
|
||||||
// Private data
|
// Private data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user