We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132539c commit bd344e1Copy full SHA for bd344e1
src/filament.jl
@@ -71,8 +71,6 @@ function velocity_3D_bound_vortex!(
71
vel_ind_proj .= (gamma / (4π)) .* r1_projXr2_proj ./ (norm(r1_projXr2_proj)^2) .*
72
dot(r0, r1_proj/norm(r1_proj) .- r2_proj/norm(r2_proj))
73
74
- @show vel_ind_proj r1_projXr2_proj
75
-
76
vel .= norm(r1Xr0) ./ (norm(r0) * epsilon) .* vel_ind_proj
77
end
78
nothing
0 commit comments