Fix file name

This commit is contained in:
Richard Berger
2019-08-20 16:54:37 -06:00
parent f4254cba09
commit 9b703c6675

View File

@ -23,7 +23,7 @@ def callback(caller, ntimestep, nlocal, tag, x, fext):
print("="*40) print("="*40)
L = lammps.lammps() L = lammps.lammps()
L.file("in.lammps") L.file("in.fix_external")
# you can pass an arbitrary Python object to the callback every time it is called # you can pass an arbitrary Python object to the callback every time it is called
# this can be useful if you need more state information such as the LAMMPS ptr to # this can be useful if you need more state information such as the LAMMPS ptr to