Skip to content
Snippets Groups Projects
Commit 0b1a7367 authored by Mark Olesen's avatar Mark Olesen
Browse files

cosmetic changes to arcEdge

parent 73f9f7f7
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ Foam::arcEdge::arcEdge ...@@ -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: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment