We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccab2a commit 6c01b9aCopy full SHA for 6c01b9a
src/utils/utilities.jl
@@ -548,7 +548,7 @@ A helper function which returns `∑tendencies` when `tendency` is a
548
`NullBroadcasted` and `lazy.(∑tendencies + tendency)` when `tendency` is not a
549
`NullBroadcasted`.
550
"""
551
-function add_tend end
+function add_tendency end
552
add_tend(∑tends, t) = lazy.(∑tends .+ t)
553
add_tend(∑tends, ::NullBroadcasted) = ∑tends
554
0 commit comments