Removed commented-out line now that I know it works

This commit is contained in:
Karl Hammond
2022-09-30 20:02:23 -05:00
parent 9c314966ae
commit 9183c0e1c8

View File

@ -1116,7 +1116,6 @@ class lammps(object):
if group: group = group.encode()
if vartype is None :
vartype = self.lib.lammps_extract_variable_datatype(self.lmp, name)
#vartype = LMP_VAR_EQUAL
if vartype == LMP_VAR_EQUAL:
self.lib.lammps_extract_variable.restype = POINTER(c_double)
with ExceptionCheck(self):