Skip to content

Commit

Permalink
cq_density error
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonSBradley committed May 21, 2024
1 parent 107f292 commit 4f9b357
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/analysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -811,8 +811,7 @@ function cq_density(k,psi::Psi{3})
@. wy *= abs(ψ)
@. wz *= abs(ψ)

wcx,wcy,wcz = helmholtz_compressible(wx,wy,wz,K...)
wcx,wcy,wcz = Wc
wcx,wcy,wcz = helmholtz_compressible(wx,wy,wz,K...)

wx,wy,wz = gradient(Psi(abs.(ψ) |> complex,X,K))

Expand Down

0 comments on commit 4f9b357

Please sign in to comment.