Skip to content

Commit

Permalink
Merge pull request #6206 from jdannberg/remove_two_lines
Browse files Browse the repository at this point in the history
remove two unnecessary lines
  • Loading branch information
gassmoeller authored Jan 17, 2025
2 parents cb0ab0d + 5254ded commit af958a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/material_model/reaction_model/grain_size_evolution.cc
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,6 @@ namespace aspect
prm.leave_subsection();
}

// scale recrystallized grain size, diffusion creep and grain growth prefactor accordingly
grain_growth_rate_constant[grain_growth_rate_constant.size()-1] *= std::pow(1.0,grain_growth_exponent[grain_growth_exponent.size()-1]);

// TODO: Remove deprecated parameters in next release.
const double pv_grain_size_scaling = prm.get_double ("Lower mantle grain size scaling");
AssertThrow(pv_grain_size_scaling == 1.0,
Expand Down

0 comments on commit af958a8

Please sign in to comment.