Skip to content

Commit

Permalink
Changes in mesh_triangle_holes.C for -Wshadow.
Browse files Browse the repository at this point in the history
Issue #24.
  • Loading branch information
John Peterson committed Jan 30, 2013
1 parent c7954ca commit 362a8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mesh/mesh_triangle_holes.C
Expand Up @@ -29,10 +29,10 @@ namespace libMesh
//
// PolygonHole member functions
//
TriangleInterface::PolygonHole::PolygonHole(Point center, Real radius, unsigned int n_points)
TriangleInterface::PolygonHole::PolygonHole(Point center, Real radius, unsigned int n_points_in)
: _center(center),
_radius(radius),
_n_points(n_points)
_n_points(n_points_in)
{}


Expand Down

0 comments on commit 362a8c0

Please sign in to comment.