From 1403b9e1a34a61e104643043aa71acf27131b8bb Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 11 Jul 2021 17:32:14 -0700 Subject: [PATCH] vec comes from fdmath --- opencl_fdtd/simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencl_fdtd/simulation.py b/opencl_fdtd/simulation.py index 3b5e480..381047f 100644 --- a/opencl_fdtd/simulation.py +++ b/opencl_fdtd/simulation.py @@ -12,7 +12,7 @@ import pyopencl import pyopencl.array from pyopencl.elementwise import ElementwiseKernel -from meanas import vec +from meanas.fdmath import vec __author__ = 'Jan Petykiewicz'