cosmetic changes to arcEdge

This commit is contained in:
Mark Olesen
2009-12-07 09:43:05 +01:00
parent 73f9f7f780
commit 0b1a73673d
2 changed files with 2 additions and 2 deletions

View File

@ -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),

View File

@ -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