From 12baa975928331a2417976d526146a46f670cf27 Mon Sep 17 00:00:00 2001 From: jan Date: Mon, 4 Jul 2016 22:53:43 -0700 Subject: [PATCH] Newline at eof --- opencl_fdfd/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/opencl_fdfd/main.py b/opencl_fdfd/main.py index e41f6fa..b3dfc3f 100644 --- a/opencl_fdfd/main.py +++ b/opencl_fdfd/main.py @@ -172,3 +172,4 @@ def cg_solver(omega, dxes, J, epsilon, mu=None, pec=None, pmc=None, adjoint=Fals A0 = A0.T print('Post-everything residual:', norm(A0 @ x - b) / norm(b)) return x +