Skip to content

Commit

Permalink
Merge pull request geodynamics#5637 from gassmoeller/update_comment
Browse files Browse the repository at this point in the history
Update outdated comment in shear heating plugin
  • Loading branch information
bangerth authored May 22, 2024
2 parents 60d92af + 9192204 commit 63dd6c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/heating_model/shear_heating.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ namespace aspect
Assert(heating_model_outputs.heating_source_terms.size() == material_model_inputs.strain_rate.size(),
ExcMessage ("The shear heating plugin needs the strain rate!"));

// Some material models provide dislocation viscosities and boundary area work fractions
// as additional material outputs. If they are attached, use them.
// Check if the material model has additional outputs relevant for the shear heating.
const ShearHeatingOutputs<dim> *shear_heating_out =
material_model_outputs.template get_additional_output<ShearHeatingOutputs<dim>>();

Expand Down

0 comments on commit 63dd6c4

Please sign in to comment.