* the new value does not conform to the pattern for this entry.
*/
void
- set(const std::string &entry_name, const bool &new_value);
+ set(const std::string &entry_name, const bool new_value);
/**
// Error parameters
const double &absolute_tolerance = 1e-6,
const double &relative_tolerance = 1e-5,
- const bool & ignore_algebraic_terms_for_errors = true,
+ const bool ignore_algebraic_terms_for_errors = true,
// Initial conditions parameters
const InitialConditionCorrection &ic_type = use_y_diff,
const InitialConditionCorrection &reset_type = use_y_diff,
const unsigned int maximum_non_linear_iterations = 200,
const double & function_tolerance = 0.0,
const double & step_tolerance = 0.0,
- const bool & no_init_setup = false,
+ const bool no_init_setup = false,
const unsigned int maximum_setup_calls = 0,
const double & maximum_newton_step = 0.0,
const double & dq_relative_error = 0.0,
void
-ParameterHandler::set(const std::string &entry_string, const bool &new_value)
+ParameterHandler::set(const std::string &entry_string, const bool new_value)
{
// hand this off to the function that
// actually sets the value as a string
std::vector<Point<spacedim>>,
std::vector<unsigned int>>,
cell_hash<dim, spacedim>> &output_unmap,
- const bool & check_owned)
+ const bool check_owned)
{
bool no_check = !check_owned;