Skip to content

Commit

Permalink
silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Apr 30, 2015
1 parent 61b075f commit d4af8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apf/apfBezier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class BezierShape : public FieldShape
class Tetrahedron : public EntityShape
{
public:
void getValues(Mesh* m, MeshEntity* e,
void getValues(Mesh*, MeshEntity*,
Vector3 const& xi, NewArray<double>& values) const
{
double x;
Expand Down

0 comments on commit d4af8ef

Please sign in to comment.