aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/picmi.py
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-12-20 07:16:29 -0800
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-12-20 07:16:29 -0800
commit7c2887709b20103d63e4a7ff0c3cfc848f17e4e5 (patch)
tree641f2d63e05f81590c98918b721feea9edbb9464 /Python/pywarpx/picmi.py
parente55df6ae9f55fdb9fcd6520e1a95144d3e3604f3 (diff)
downloadWarpX-7c2887709b20103d63e4a7ff0c3cfc848f17e4e5.tar.gz
WarpX-7c2887709b20103d63e4a7ff0c3cfc848f17e4e5.tar.zst
WarpX-7c2887709b20103d63e4a7ff0c3cfc848f17e4e5.zip
Fix EOL whitespace
Diffstat (limited to 'Python/pywarpx/picmi.py')
-rw-r--r--Python/pywarpx/picmi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/picmi.py b/Python/pywarpx/picmi.py
index a21775732..19d68ca29 100644
--- a/Python/pywarpx/picmi.py
+++ b/Python/pywarpx/picmi.py
@@ -334,7 +334,7 @@ class CylindricalGrid(picmistandard.PICMI_CylindricalGrid):
pywarpx.warpx.moving_window_v = self.moving_window_zvelocity/constants.c # in units of the speed of light
else:
raise Exception('RZ PICMI moving_window_velocity (only available in z direction) should be a scalar')
-
+
if self.refined_regions:
assert len(self.refined_regions) == 1, Exception('WarpX only supports one refined region.')
assert self.refined_regions[0][0] == 1, Exception('The one refined region can only be level 1')