Correct indentation
This commit is contained in:
@ -162,8 +162,8 @@ class lammps(object):
|
|||||||
pythonapi.PyCObject_AsVoidPtr.argtypes = [py_object]
|
pythonapi.PyCObject_AsVoidPtr.argtypes = [py_object]
|
||||||
self.lmp = c_void_p(pythonapi.PyCObject_AsVoidPtr(ptr))
|
self.lmp = c_void_p(pythonapi.PyCObject_AsVoidPtr(ptr))
|
||||||
|
|
||||||
# optional numpy support (lazy loading)
|
# optional numpy support (lazy loading)
|
||||||
self._numpy = None
|
self._numpy = None
|
||||||
|
|
||||||
def __del__(self):
|
def __del__(self):
|
||||||
if self.lmp and self.opened:
|
if self.lmp and self.opened:
|
||||||
|
|||||||
Reference in New Issue
Block a user