Skip to content

Commit

Permalink
remove print line
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobAsslaender committed Oct 24, 2022
1 parent c6336af commit 34f1457
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Trajectories.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function kooshball(Nr, theta, phi; thetaRot = 0, phiRot = 0, delay = (0, 0, 0),
@. k[it] = max(min(k[it], 0.5), -0.5) # avoid NFFT.jl to throw erros. This should alter only very few points
end
else
@info "check"
sthetaRot = sin(thetaRot)
cthetaRot = cos(thetaRot)
sphiRot = sin(phiRot)
Expand Down

0 comments on commit 34f1457

Please sign in to comment.