Skip to content

Commit af958a8

Browse files
authored
Merge pull request #6206 from jdannberg/remove_two_lines
remove two unnecessary lines
2 parents cb0ab0d + 5254ded commit af958a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/material_model/reaction_model/grain_size_evolution.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,6 @@ namespace aspect
538538
prm.leave_subsection();
539539
}
540540

541-
// scale recrystallized grain size, diffusion creep and grain growth prefactor accordingly
542-
grain_growth_rate_constant[grain_growth_rate_constant.size()-1] *= std::pow(1.0,grain_growth_exponent[grain_growth_exponent.size()-1]);
543-
544541
// TODO: Remove deprecated parameters in next release.
545542
const double pv_grain_size_scaling = prm.get_double ("Lower mantle grain size scaling");
546543
AssertThrow(pv_grain_size_scaling == 1.0,

0 commit comments

Comments
 (0)