From 3a62b83eca13df7c72089d42d25eb721fea12afa Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 8 Jul 2008 19:45:16 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1941 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/Makefile | 2 +- src/style.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index 1bef418e44..f026d4adb5 100755 --- a/src/Makefile +++ b/src/Makefile @@ -14,7 +14,7 @@ OBJ = $(SRC:.cpp=.o) # Package variables PACKAGE = asphere class2 colloid dipole dpd granular \ - kspace manybody meam molecule opt poems xtc sd + kspace manybody meam molecule opt poems xtc PACKUSER = user-ackland user-cg-cmm user-ewaldn user-smd diff --git a/src/style.h b/src/style.h index ddc337c5f4..fe84d72531 100644 --- a/src/style.h +++ b/src/style.h @@ -363,8 +363,6 @@ RegionStyle(union,RegUnion) #include "style_poems.h" #include "style_xtc.h" -#include "style_sd.h" - // user add-ons: individual classes and packages #include "style_user.h"