mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
cosmetic changes to arcEdge
This commit is contained in:
@ -109,7 +109,7 @@ Foam::arcEdge::arcEdge
|
|||||||
const pointField& points,
|
const pointField& points,
|
||||||
const label start,
|
const label start,
|
||||||
const label end,
|
const label end,
|
||||||
const vector& pMid
|
const point& pMid
|
||||||
)
|
)
|
||||||
:
|
:
|
||||||
curvedEdge(points, start, end),
|
curvedEdge(points, start, end),
|
||||||
|
|||||||
@ -83,7 +83,7 @@ public:
|
|||||||
(
|
(
|
||||||
const pointField& points,
|
const pointField& points,
|
||||||
const label start, const label end,
|
const label start, const label end,
|
||||||
const vector& pMid
|
const point& pMid
|
||||||
);
|
);
|
||||||
|
|
||||||
//- Construct from Istream setting pointsList
|
//- Construct from Istream setting pointsList
|
||||||
|
|||||||
Reference in New Issue
Block a user