mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-23 04:23:55 +02:00
poly2d/f2d_tri_holes.cpp (tri_holes_append): rename to f2d_tri_holes_append
This commit is contained in:
parent
f93e93ca89
commit
3d8a8d04aa
@ -211,7 +211,7 @@ static struct f2d *make_face(CDT::Finite_faces_iterator fit,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void tri_holes_append(const struct p2d *p, const struct p2d *holes,
|
void f2d_tri_holes_append(const struct p2d *p, const struct p2d *holes,
|
||||||
struct f2d ***last)
|
struct f2d ***last)
|
||||||
{
|
{
|
||||||
CDT cdt;
|
CDT cdt;
|
||||||
@ -240,6 +240,6 @@ extern "C" struct f2d *f2d_tri_holes(const struct p2d *p,
|
|||||||
{
|
{
|
||||||
struct f2d *res = NULL, **last = &res;
|
struct f2d *res = NULL, **last = &res;
|
||||||
|
|
||||||
tri_holes_append(p, holes, &last);
|
f2d_tri_holes_append(p, holes, &last);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user