From 34cb4027df01d53f1b9c1797696fd0b07df2adad Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer <akohlmey@gmail.com> Date: Wed, 11 Jan 2017 07:46:07 -0500 Subject: [PATCH] make formatting comment consistent --- tools/ch2lmp/charmm2lammps.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/ch2lmp/charmm2lammps.pl b/tools/ch2lmp/charmm2lammps.pl index 17b4b817af..0693c0a0ff 100755 --- a/tools/ch2lmp/charmm2lammps.pl +++ b/tools/ch2lmp/charmm2lammps.pl @@ -43,10 +43,10 @@ # General Many thanks to Paul S. Crozier for checking script validity # against his projects. # Also thanks to Xiaohu Hu (hux2@ornl.gov) and Robert A. Latour -# (latourr@clemson.edu), David Hyde-Volpe, and Tigran Abramyan, -# Clemson University and Chris Lorenz (chris.lorenz@kcl.ac.uk), -# King's College London for their efforts to add CMAP sections, -# which is implemented using the option flag "-cmap". +# (latourr@clemson.edu), David Hyde-Volpe, and Tigran Abramyan, +# Clemson University and Chris Lorenz (chris.lorenz@kcl.ac.uk), +# King's College London for their efforts to add CMAP sections, +# which is implemented using the option flag "-cmap". # Initialization -- GitLab