Skip to content

Commit b4f87b8

Browse files
authored
Merge pull request #12 from openPMD/updates-1.1.0
Updates for 1.1.0
2 parents 0913f46 + ca0e170 commit b4f87b8

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

example-2d.tar.gz

30.3 KB
Binary file not shown.

example-3d.tar.gz

56.2 KB
Binary file not shown.

example-thetaMode.tar.gz

5.05 MB
Binary file not shown.

scripts/warp_3d_script.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,3 @@ def beam_dens_func(x, y, z):
346346
step(10)
347347
n_stepped = n_stepped + 10
348348

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

scripts/warp_thetaMode_script.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,3 @@ def beam_dens_func(x, y, z):
345345
step(10)
346346
n_stepped = n_stepped + 10
347347

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

0 commit comments

Comments
 (0)