Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Don't output j as debug output when optimizing shape bw.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Kloeckner committed Mar 28, 2010
1 parent ef7beab commit 4f81a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrticle/cloud.py
Expand Up @@ -755,7 +755,7 @@ def set_radius(r):
method.add_to_vis(vis, visf, state, time=radius, step=step)
vis.add_data(visf, [
("rho", rec_rho),
("j", method.deposit_j(state)),
#("j", method.deposit_j(state)),
("rho_analytic", analytic_rho),
],
expressions=[("rho_diff", "rho-rho_analytic")],
Expand Down

0 comments on commit 4f81a9e

Please sign in to comment.