diff options
author | 2023-06-12 15:45:09 -0700 | |
---|---|---|
committer | 2023-06-12 15:45:09 -0700 | |
commit | 0e588edfecd7aca5be32eaace2170ef8281e6323 (patch) | |
tree | 9d6b3fb08565d385a4d4f6f31fc08eda54a43a9b /Python/pywarpx/Langmuirwave.py | |
parent | d81503dd97a4c8154feaec5a9fe2738bc8492cab (diff) | |
download | WarpX-0e588edfecd7aca5be32eaace2170ef8281e6323.tar.gz WarpX-0e588edfecd7aca5be32eaace2170ef8281e6323.tar.zst WarpX-0e588edfecd7aca5be32eaace2170ef8281e6323.zip |
Cleanup unused parts of WarpX Python interface (#3971)
* Cleanup unused parts of WarpX Python interface
* Fix breaking Python import
Diffstat (limited to 'Python/pywarpx/Langmuirwave.py')
-rw-r--r-- | Python/pywarpx/Langmuirwave.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Python/pywarpx/Langmuirwave.py b/Python/pywarpx/Langmuirwave.py deleted file mode 100644 index 43d672a4a..000000000 --- a/Python/pywarpx/Langmuirwave.py +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 2016 David Grote -# -# This file is part of WarpX. -# -# License: BSD-3-Clause-LBNL - -from .Bucket import Bucket - -langmuirwave = Bucket('langmuirwave') |