diff --git a/python/lammps.py b/python/lammps.py index 8adb29acd4..597cf4fb57 100644 --- a/python/lammps.py +++ b/python/lammps.py @@ -275,10 +275,10 @@ class lammps(object): self.lib.lammps_scatter_atoms(self.lmp,name,type,count,data) -#################################################################################### +################################################################################ # Alternative Python Wrapper # Written by Richard Berger -#################################################################################### +################################################################################ class OutputCapture(object): """ Utility class to capture LAMMPS library output """