diff options
Diffstat (limited to 'Python/pywarpx/picmi.py')
-rw-r--r-- | Python/pywarpx/picmi.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/pywarpx/picmi.py b/Python/pywarpx/picmi.py index bb50ed42d..a79a2d7a1 100644 --- a/Python/pywarpx/picmi.py +++ b/Python/pywarpx/picmi.py @@ -1243,6 +1243,8 @@ class FieldDiagnostic(picmistandard.PICMI_FieldDiagnostic): self.plot_finepatch = 1 elif dataname == 'crsepatch': self.plot_crsepatch = 1 + elif dataname == 'none': + fields_to_plot = set(('none',)) # --- Convert the set to a sorted list so that the order # --- is the same on all processors. |