Skip to content

Commit

Permalink
Merge pull request #12 from openPMD/updates-1.1.0
Browse files Browse the repository at this point in the history
Updates for 1.1.0
  • Loading branch information
ax3l authored Feb 6, 2018
2 parents 0913f46 + ca0e170 commit b4f87b8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
Binary file modified example-2d.tar.gz
Binary file not shown.
Binary file modified example-3d.tar.gz
Binary file not shown.
Binary file modified example-thetaMode.tar.gz
Binary file not shown.
3 changes: 0 additions & 3 deletions scripts/warp_3d_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,3 @@ def beam_dens_func(x, y, z):
step(10)
n_stepped = n_stepped + 10

# Interactive mode
elif interactive==1:
print '<<< To execute n steps, type "step(n)" at the prompt >>>'
3 changes: 0 additions & 3 deletions scripts/warp_thetaMode_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,3 @@ def beam_dens_func(x, y, z):
step(10)
n_stepped = n_stepped + 10

# Interactive mode
elif interactive==1:
print '<<< To execute n steps, type "step(n)" at the prompt >>>'

0 comments on commit b4f87b8

Please sign in to comment.