From e0361bb7a5e8b0fe0be75651956ad4485c83f254 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 22 Feb 2016 23:30:32 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14669 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/bond_zero.cpp | 4 ++++ src/improper_zero.cpp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/bond_zero.cpp b/src/bond_zero.cpp index 8dbec61cc9..e8f50deec2 100644 --- a/src/bond_zero.cpp +++ b/src/bond_zero.cpp @@ -11,6 +11,10 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ +/* ---------------------------------------------------------------------- + Contributing author: Carsten Svaneborg (SDU) +------------------------------------------------------------------------- */ + #include #include #include "bond_zero.h" diff --git a/src/improper_zero.cpp b/src/improper_zero.cpp index 3931bf20a1..438388e10a 100644 --- a/src/improper_zero.cpp +++ b/src/improper_zero.cpp @@ -11,6 +11,10 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ +/* ---------------------------------------------------------------------- + Contributing author: Carsten Svaneborg (SDU) +------------------------------------------------------------------------- */ + #include #include #include