Skip to content

Commit 69e6418

Browse files
committed
FIx comment in for-loop
1 parent 1850c7b commit 69e6418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/storage/ates_demo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ steps = vcat(ch_stop[1], dch_stop[1], ch_stop[end], dch_stop[end])
121121
ΔT, cells_to_show = [], []
122122
for (n, step) in enumerate(steps)
123123
ΔT_n = states[step][:Reservoir][:Temperature] .- T0
124-
# Only visualize cells with significant temperature change (>1°C)
124+
## Only visualize cells with significant temperature change (>1°C)
125125
cells = cell_mask .&& abs.(ΔT_n) .> 1.0
126126
push!(cells_to_show, findall(cells))
127127
global ΔT = push!(ΔT, ΔT_n[cells])

0 commit comments

Comments
 (0)