diff options
Diffstat (limited to '')
-rw-r--r-- | Python/pywarpx/picmi.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/pywarpx/picmi.py b/Python/pywarpx/picmi.py index ce0f1f0e6..a21775732 100644 --- a/Python/pywarpx/picmi.py +++ b/Python/pywarpx/picmi.py @@ -334,9 +334,6 @@ 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.moving_window_velocity is not None: - raise Exception('PICMI RZ geometry uses moving_window_zvelocity (scalar) instead of moving_window_velocity (vector)') if self.refined_regions: assert len(self.refined_regions) == 1, Exception('WarpX only supports one refined region.') |