Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
xtalax committed Mar 3, 2023
1 parent 1978de9 commit 438ef58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/linear_convection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function add_systems!(all_systems, funcs, sysconstructor, name)
push!(all_systems, conv)
i += 1
conv = sysconstructor(x -> -6 * f(x), x -> -5 * h(x), [rand()],
Symbol(name, i))
Symbol(name, i))
push!(all_systems, conv)
i += 1
end
Expand Down Expand Up @@ -328,7 +328,6 @@ end

add_systems!(all_systems, funcs, linear_convection_dirichlet4, "funcconvneg")


"""
# Convection Diffusion Equation in 1D
Expand Down

0 comments on commit 438ef58

Please sign in to comment.