Minor updates to aid porting to FreeBSD
Based on patches provided by Jason Bacon
This commit is contained in:
@ -31,7 +31,7 @@ inline Foam::label Foam::CV2D::insertPoint
|
||||
const label type
|
||||
)
|
||||
{
|
||||
uint nVert = number_of_vertices();
|
||||
unsigned int nVert = number_of_vertices();
|
||||
|
||||
return insertPoint(toPoint(p), nVert, type);
|
||||
}
|
||||
@ -55,7 +55,7 @@ inline Foam::label Foam::CV2D::insertPoint
|
||||
const label type
|
||||
)
|
||||
{
|
||||
uint nVert = number_of_vertices();
|
||||
unsigned int nVert = number_of_vertices();
|
||||
|
||||
Vertex_handle vh = insert(p);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user