forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15087 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
3c11e66b5a
commit
194a512168
|
@ -0,0 +1,2 @@
|
|||
*.pyc
|
||||
build
|
|
@ -177,7 +177,7 @@ class lammps:
|
|||
# double was allocated by library interface function
|
||||
|
||||
def extract_fix(self,id,style,type,i=0,j=0):
|
||||
id = ide.encode()
|
||||
id = id.encode()
|
||||
if style == 0:
|
||||
self.lib.lammps_extract_fix.restype = POINTER(c_double)
|
||||
ptr = self.lib.lammps_extract_fix(self.lmp,id,style,type,i,j)
|
||||
|
|
Loading…
Reference in New Issue