Skip to content

Commit 63dd6c4

Browse files
authored
Merge pull request geodynamics#5637 from gassmoeller/update_comment
Update outdated comment in shear heating plugin
2 parents 60d92af + 9192204 commit 63dd6c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/heating_model/shear_heating.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ namespace aspect
3939
Assert(heating_model_outputs.heating_source_terms.size() == material_model_inputs.strain_rate.size(),
4040
ExcMessage ("The shear heating plugin needs the strain rate!"));
4141

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

0 commit comments

Comments
 (0)