From 640fc4c641f84620e2957d6d676eaca5c4c782e7 Mon Sep 17 00:00:00 2001
From: Brad Barber <bradb@shore.net>
Date: Sun, 14 Mar 2010 19:28:30 -0400
Subject: [PATCH] Minor: p4 $Id

---
 cpp/Qhull.cpp                | 4 ++--
 cpp/Qhull.h                  | 4 ++--
 cpp/QhullVertex.cpp          | 4 ++--
 cpp/QhullVertex.h            | 4 ++--
 cpp/qhulltest/Qhull_test.cpp | 4 ++--
 cpp/qhulltest/qhulltest.cpp  | 4 ++--
 src/Changes.txt              | 1 +
 src/io.c                     | 4 ++--
 8 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/cpp/Qhull.cpp b/cpp/Qhull.cpp
index de43d7e..61a2b55 100644
--- a/cpp/Qhull.cpp
+++ b/cpp/Qhull.cpp
@@ -1,8 +1,8 @@
 /****************************************************************************
 **
 ** Copyright (C) 2008-2010 C.B. Barber. All rights reserved.
-** $Id: //product/qhull/main/rel/cpp/Qhull.cpp#46 $$Change: 1194 $
-** $DateTime: 2010/01/23 12:14:35 $$Author: bbarber $
+** $Id: //product/qhull/main/rel/cpp/Qhull.cpp#47 $$Change: 1213 $
+** $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
 **
 ****************************************************************************/
 
diff --git a/cpp/Qhull.h b/cpp/Qhull.h
index aa63f27..2f69b21 100644
--- a/cpp/Qhull.h
+++ b/cpp/Qhull.h
@@ -1,8 +1,8 @@
 /****************************************************************************
 **
 ** Copyright (C) 2008-2010 C.B. Barber. All rights reserved.
-** $Id: //product/qhull/main/rel/cpp/Qhull.h#39 $$Change: 1193 $
-** $DateTime: 2010/01/23 11:31:35 $$Author: bbarber $
+** $Id: //product/qhull/main/rel/cpp/Qhull.h#40 $$Change: 1213 $
+** $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
 **
 ****************************************************************************/
 
diff --git a/cpp/QhullVertex.cpp b/cpp/QhullVertex.cpp
index 1fe869c..e4c9780 100644
--- a/cpp/QhullVertex.cpp
+++ b/cpp/QhullVertex.cpp
@@ -1,8 +1,8 @@
 /****************************************************************************
 **
 ** Copyright (C) 2008-2010 C.B. Barber. All rights reserved.
-** $Id: //product/qhull/main/rel/cpp/QhullVertex.cpp#26 $$Change: 1193 $
-** $DateTime: 2010/01/23 11:31:35 $$Author: bbarber $
+** $Id: //product/qhull/main/rel/cpp/QhullVertex.cpp#27 $$Change: 1213 $
+** $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
 **
 ****************************************************************************/
 
diff --git a/cpp/QhullVertex.h b/cpp/QhullVertex.h
index 3b0902a..84510b0 100644
--- a/cpp/QhullVertex.h
+++ b/cpp/QhullVertex.h
@@ -1,8 +1,8 @@
 /****************************************************************************
 **
 ** Copyright (C) 2008-2010 C.B. Barber. All rights reserved.
-** $Id: //product/qhull/main/rel/cpp/QhullVertex.h#27 $$Change: 1193 $
-** $DateTime: 2010/01/23 11:31:35 $$Author: bbarber $
+** $Id: //product/qhull/main/rel/cpp/QhullVertex.h#28 $$Change: 1213 $
+** $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
 **
 ****************************************************************************/
 
diff --git a/cpp/qhulltest/Qhull_test.cpp b/cpp/qhulltest/Qhull_test.cpp
index e198f95..bac814d 100644
--- a/cpp/qhulltest/Qhull_test.cpp
+++ b/cpp/qhulltest/Qhull_test.cpp
@@ -1,8 +1,8 @@
 /****************************************************************************
 **
 ** Copyright (C) 2008-2010 C.B. Barber. All rights reserved.
-** $Id: //product/qhull/main/rel/cpp/qhulltest/Qhull_test.cpp#40 $$Change: 1194 $
-** $DateTime: 2010/01/23 12:14:35 $$Author: bbarber $
+** $Id: //product/qhull/main/rel/cpp/qhulltest/Qhull_test.cpp#41 $$Change: 1213 $
+** $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
 **
 ****************************************************************************/
 
diff --git a/cpp/qhulltest/qhulltest.cpp b/cpp/qhulltest/qhulltest.cpp
index b85f563..dd20161 100644
--- a/cpp/qhulltest/qhulltest.cpp
+++ b/cpp/qhulltest/qhulltest.cpp
@@ -1,8 +1,8 @@
 /****************************************************************************
 **
 ** Copyright (C) 2008-2010 C.B. Barber. All rights reserved.
-** $Id: //product/qhull/main/rel/cpp/qhulltest/qhulltest.cpp#55 $$Change: 1179 $
-** $DateTime: 2010/01/12 19:53:15 $$Author: bbarber $
+** $Id: //product/qhull/main/rel/cpp/qhulltest/qhulltest.cpp#56 $$Change: 1213 $
+** $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
 **
 ****************************************************************************/
 
diff --git a/src/Changes.txt b/src/Changes.txt
index 98fa5ef..6656277 100644
--- a/src/Changes.txt
+++ b/src/Changes.txt
@@ -29,6 +29,7 @@ gitorious.org/qhull 2010/03/14
   Do not print QhullVertex::facetNeighbors is !facetNeighborsDefined()
 - Fixed type of vertex->neighbors in qh_printvoronoi [no effect on results]
 - Removed unnecessary if statement in qh_printvoronoi
+- index.htm: Add Google Scholar references
 
 ------------
 gitorious.org/qhull 2010/01/25
diff --git a/src/io.c b/src/io.c
index f912df4..0ca93ae 100644
--- a/src/io.c
+++ b/src/io.c
@@ -14,8 +14,8 @@
    This allows the user to avoid loading io.o from qhull.a
 
    copyright (c) 1993-2010 The Geometry Center.
-   $Id: //product/qhull/main/rel/src/io.c#39 $$Change: 1193 $
-   $DateTime: 2010/01/23 11:31:35 $$Author: bbarber $
+   $Id: //product/qhull/main/rel/src/io.c#40 $$Change: 1213 $
+   $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
 */
 
 #include "qhull_a.h"
-- 
GitLab