whitespace
This commit is contained in:
@ -1670,5 +1670,3 @@ class lammps(object):
|
||||
computeid = computeid.encode()
|
||||
idx = self.lib.lammps_find_compute_neighlist(self.lmp, computeid, request)
|
||||
return idx
|
||||
|
||||
|
||||
|
||||
@ -10,4 +10,4 @@ if not pylib.Py_IsInitialized():
|
||||
raise RuntimeError("This interpreter is not compatible with python-based mliap for LAMMPS.")
|
||||
del sysconfig, ctypes, library, pylib
|
||||
|
||||
from .loader import load_model, activate_mliappy
|
||||
from .loader import load_model, activate_mliappy
|
||||
|
||||
Reference in New Issue
Block a user