Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
heikoklein committed Jan 26, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent eab0c2f commit db00811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/decay.f90
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ subroutine decayDeps(tstep)

do m=1,nocomp
mmo = output_component(m)%to_defined
! decay-rates of merged components must be similar, otherwise, deday of output-fields
! decay-rates of merged components must be similar, otherwise, decay of output-fields
! does not work well enough
if(def_comp(mmo(1))%kdecay >= 1) then
depdry(:,:,m) = depdry(:,:,m)*def_comp(mmo(1))%decayrate

0 comments on commit db00811

Please sign in to comment.