Skip to content

Commit

Permalink
Changes in rb_eim_construction.C for -Wshadow.
Browse files Browse the repository at this point in the history
Issue #24.
  • Loading branch information
jwpeterson committed Jan 31, 2013
1 parent 433dbde commit 95b9fbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/reduced_basis/rb_eim_construction.C
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ namespace libMesh
{

RBEIMConstruction::RBEIMConstruction (EquationSystems& es,
const std::string& name,
const unsigned int number)
: Parent(es, name, number),
const std::string& name_in,
const unsigned int number_in)
: Parent(es, name_in, number_in),
best_fit_type_flag(PROJECTION_BEST_FIT),
_parametrized_functions_in_training_set_initialized(false),
_mesh_function(NULL),
Expand Down

0 comments on commit 95b9fbc

Please sign in to comment.