Skip to content

Commit

Permalink
fix rhs_benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Sep 14, 2023
1 parent 653654f commit 334e8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Analysis/benchmark.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

@timeit "num flux" numerical_flux!(f_f[:,:,k],
conservation_law, inviscid_numerical_flux, u_f[:,k,:],
u_f[CI[connectivity[:,k]],:], n_f[k])
u_f[CI[connectivity[:,k]],:], n_f[:,:,k])

@timeit "fill w zeros" fill!(r_q[:,:,k],0.0)

Expand Down

0 comments on commit 334e8d0

Please sign in to comment.