From bf7ee38a4aee2db94593d0def8d58738df3cd3a1 Mon Sep 17 00:00:00 2001 From: Dave Grote Date: Fri, 11 Nov 2016 16:00:23 -0800 Subject: Added Interpolation class --- Python/pywarpx/Interpolation.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Python/pywarpx/Interpolation.py (limited to 'Python/pywarpx/Interpolation.py') 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') -- cgit v1.2.3