From ad0d830b980955b1153c640790605db7cb9990bc Mon Sep 17 00:00:00 2001
From: sjplimp <sjplimp@f3b2605a-c512-4ea7-a41b-209d697bcdaa>
Date: Tue, 21 Jan 2014 22:09:05 +0000
Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11285
 f3b2605a-c512-4ea7-a41b-209d697bcdaa

---
 src/accelerator_omp.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/accelerator_omp.h b/src/accelerator_omp.h
index ad733e295f..6caa0826fe 100644
--- a/src/accelerator_omp.h
+++ b/src/accelerator_omp.h
@@ -85,7 +85,8 @@ class DomainOMP : public Domain {
 
 #else /* !LMP_USER_OMP */
 
-// needed for compiling Neighbor class when USER-OMP is not installed
+// dummy interface to USER-OMP
+// needed for compiling when USER-OMP is not installed
 
 #ifdef LMP_INSIDE_NEIGHBOR_H
 
-- 
GitLab