shorten >80 char comment lines

This commit is contained in:
Axel Kohlmeyer
2016-07-19 23:06:04 -04:00
parent 86d106600e
commit a569a871c1

View File

@ -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 <richard.berger@temple.edu>
####################################################################################
################################################################################
class OutputCapture(object):
""" Utility class to capture LAMMPS library output """