From 056030a2111ac5c971c65d6a84d509e41f17b848 Mon Sep 17 00:00:00 2001 From: pscrozi Date: Mon, 11 Dec 2006 15:30:37 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@182 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/style_manybody.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/style_manybody.h b/src/style_manybody.h index e69de29bb2..2ba8d7cfd1 100644 --- a/src/style_manybody.h +++ b/src/style_manybody.h @@ -0,0 +1,28 @@ +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + www.cs.sandia.gov/~sjplimp/lammps.html + Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef PairInclude +#include "pair_eam.h" +#include "pair_eam_alloy.h" +#include "pair_eam_fs.h" +#include "pair_sw.h" +#include "pair_tersoff.h" +#endif + +#ifdef PairClass +PairStyle(eam,PairEAM) +PairStyle(eam/alloy,PairEAMAlloy) +PairStyle(eam/fs,PairEAMFS) +PairStyle(sw,PairSW) +PairStyle(tersoff,PairTersoff) +#endif