Updated contributing authors and docs

This commit is contained in:
Stefan Paquay 2017-02-02 13:42:47 +01:00
parent d4c9e2500b
commit 0a87b7443a
3 changed files with 5 additions and 3 deletions

View File

@ -13,6 +13,7 @@ pair_style morse/opt command :h3
pair_style morse/smooth/linear command :h3
pair_style morse/smooth/linear/omp command :h3
pair_style morse/soft command :h3
pair_style morse/kk command :h3
[Syntax:]

View File

@ -11,6 +11,10 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing authors: Stefan Paquay (Eindhoven University of Technology)
------------------------------------------------------------------------- */
#include <math.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -9,9 +9,6 @@
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
-------------------------------------------------------------------------
Contributed by Stefan Paquay @ Eindhoven University of Technology
Based on pair lj/cut/kokkos.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS