Skip to content

Commit 6acc88b

Browse files
committed
formatting
1 parent a2311be commit 6acc88b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/semidiscretization.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ function Semidiscretization(mesh, equations, initial_condition, solver;
5858
RealT = real(solver), uEltype = RealT,
5959
# tmp1 is needed for the `RelaxationCallback`
6060
initial_cache = (tmp1 = Array{RealT}(undef, nnodes(mesh)),
61-
#tmp222 = ArrayPartition(ntuple(_ -> zeros(real(solver), nnodes(mesh)),
62-
#tmp222 = Array{RealT}(undef, nvariables(equations)*nnodes(mesh),
63-
# Val(nvariables(equations)))
64-
))
61+
#tmp222 = ArrayPartition(ntuple(_ -> zeros(real(solver), nnodes(mesh)),
62+
#tmp222 = Array{RealT}(undef, nvariables(equations)*nnodes(mesh),
63+
# Val(nvariables(equations)))
64+
))
6565
cache = (;
6666
create_cache(mesh, equations, solver, initial_condition, boundary_conditions,
6767
RealT, uEltype)...,

0 commit comments

Comments
 (0)