diff options
Diffstat (limited to 'Examples/Tests/particle_pusher/inputs')
-rwxr-xr-x | Examples/Tests/particle_pusher/inputs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Tests/particle_pusher/inputs b/Examples/Tests/particle_pusher/inputs index a0ef3db75..45ba7fa70 100755 --- a/Examples/Tests/particle_pusher/inputs +++ b/Examples/Tests/particle_pusher/inputs @@ -40,5 +40,5 @@ warpx.plot_raw_fields = 0 # External fields # Ex is set to be Ex = -vy*Bz -warpx.B_external = 0.0 0.0 1.0 -warpx.E_external = -2.994174829214179e+08 0.0 0.0 +warpx.B_external_particle = 0.0 0.0 1.0 +warpx.E_external_particle = -2.994174829214179e+08 0.0 0.0 |