git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3655 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2010-01-12 01:37:48 +00:00
parent 18b20f9c51
commit 2c643b7dc5
391 changed files with 2856 additions and 2809 deletions

View File

@ -11,8 +11,14 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifndef FIX_LINEFORCE_H
#define FIX_LINEFORCE_H
#ifdef FIX_CLASS
FixStyle(lineforce,FixLineForce)
#else
#ifndef LMP_FIX_LINEFORCE_H
#define LMP_FIX_LINEFORCE_H
#include "fix.h"
@ -35,3 +41,4 @@ class FixLineForce : public Fix {
}
#endif
#endif