Skip to content

Commit e39b9ad

Browse files
committed
undefvar
1 parent 64bef08 commit e39b9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/statistics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ function node_densities_means_only(sol::EnsembleSolution;
258258
interp_fnc=(u, t) -> LinearInterpolation{true}(u, t),
259259
smooth_boundary=true,
260260
extrapolate=false)
261-
means = [zeros(num_knots) for _ in 1:nt]
262261
nt = length(first(sol))
262+
means = [zeros(num_knots) for _ in 1:nt]
263263
for k in indices
264264
for j in 1:nt
265265
knot_range = knots[j]

0 commit comments

Comments
 (0)