From 0980513de05866d10fa436c80a85125ebba883c9 Mon Sep 17 00:00:00 2001 From: Alexander Reinauer Date: Thu, 17 Dec 2020 17:09:09 +0100 Subject: [PATCH] python: p3m: missing handle_errors call after p3m_gpu_init --- src/python/espressomd/electrostatics.pxd | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/espressomd/electrostatics.pxd b/src/python/espressomd/electrostatics.pxd index 43db7a9c6a1..ef1a218f48e 100644 --- a/src/python/espressomd/electrostatics.pxd +++ b/src/python/espressomd/electrostatics.pxd @@ -98,6 +98,7 @@ IF ELECTROSTATICS: mesh = params["mesh"] alpha = params["alpha"] p3m_gpu_init(cao, mesh, alpha) + handle_errors("python_p3m_gpu_init") cdef inline python_p3m_set_mesh_offset(mesh_off): cdef double mesh_offset[3]