From 161a6cb788986746319bac47e94604fbe4982099 Mon Sep 17 00:00:00 2001
From: sjplimp <sjplimp@f3b2605a-c512-4ea7-a41b-209d697bcdaa>
Date: Sat, 26 Mar 2011 19:27:48 +0000
Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5846
 f3b2605a-c512-4ea7-a41b-209d697bcdaa

---
 src/REPLICA/tad.cpp | 2 +-
 src/memory.h        | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/REPLICA/tad.cpp b/src/REPLICA/tad.cpp
index 6c318cf795..8241d407a7 100644
--- a/src/REPLICA/tad.cpp
+++ b/src/REPLICA/tad.cpp
@@ -80,7 +80,7 @@ void TAD::command(int narg, char **arg)
   // error checks
 
   if (domain->box_exist == 0) 
-    error->all("tad command before simulation box is defined");
+    error->all("Tad command before simulation box is defined");
   if (universe->nworlds == 1) 
     error->all("Cannot use TAD with a single replica for NEB");
   if (universe->nworlds != universe->nprocs)
diff --git a/src/memory.h b/src/memory.h
index f8d0eaa6c1..64901536c2 100644
--- a/src/memory.h
+++ b/src/memory.h
@@ -14,7 +14,6 @@
 #ifndef LMP_MEMORY_H
 #define LMP_MEMORY_H
 
-#include "error.h"
 #include "pointers.h"
 
 namespace LAMMPS_NS {
-- 
GitLab