Skip to content

Commit

Permalink
python: p3m: missing handle_errors call after p3m_gpu_init
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaual committed Dec 22, 2020
1 parent b9ba53f commit a8c237d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/espressomd/electrostatics.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a8c237d

Please sign in to comment.