Add missing lammps_extract_compute.argtypes

This commit is contained in:
Richard Berger 2020-08-27 17:45:47 -04:00
parent d7e2be1c81
commit 9c84fe8830
No known key found for this signature in database
GPG Key ID: A9E83994E0BA0CAB
1 changed files with 2 additions and 0 deletions

View File

@ -281,6 +281,8 @@ class lammps(object):
self.lib.lammps_get_last_error_message.argtypes = [c_void_p, c_char_p, c_int]
self.lib.lammps_get_last_error_message.restype = c_int
self.lib.lammps_extract_compute.argtypes = [c_void_p, c_char_p, c_int, c_int]
# detect if Python is using version of mpi4py that can pass a communicator
self.has_mpi4py = False