foamyQuadMesh::CV2D: Add typedef for Foam::point to resolve a problem with gcc-7.3.1

This commit is contained in:
Henry Weller
2018-05-04 17:32:45 +01:00
parent 400cd4a889
commit e6f0f56e28

View File

@ -146,8 +146,8 @@ class CV2D
:
public Delaunay
{
private:
//- Use the Foam::point in preference to the CGAL point
typedef Foam::point point;
// Private data