diff options
author | 2016-11-11 16:00:23 -0800 | |
---|---|---|
committer | 2016-12-06 14:59:06 -0800 | |
commit | bf7ee38a4aee2db94593d0def8d58738df3cd3a1 (patch) | |
tree | bc1a06ad44e16059c7f677317f71f70347a45eaa /Python/pywarpx/Interpolation.py | |
parent | e0f07d4e06ff40a39258538518520f767c64bf15 (diff) | |
download | WarpX-bf7ee38a4aee2db94593d0def8d58738df3cd3a1.tar.gz WarpX-bf7ee38a4aee2db94593d0def8d58738df3cd3a1.tar.zst WarpX-bf7ee38a4aee2db94593d0def8d58738df3cd3a1.zip |
Added Interpolation class
Diffstat (limited to 'Python/pywarpx/Interpolation.py')
-rw-r--r-- | Python/pywarpx/Interpolation.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python/pywarpx/Interpolation.py b/Python/pywarpx/Interpolation.py new file mode 100644 index 000000000..28f66f64e --- /dev/null +++ b/Python/pywarpx/Interpolation.py @@ -0,0 +1,3 @@ +from .Bucket import Bucket + +interpolation = Bucket('interpolation') |