From 55956da26adb63b4f0bfa23a1e4ca63143dca797 Mon Sep 17 00:00:00 2001 From: Brad Barber <bradb@shore.net> Date: Sun, 3 Jan 2010 12:33:26 -0500 Subject: [PATCH] Qhull 2010.0.1 2009/01/03 Updated citeseer references to citeseerx doi =10.1.1.117.405 Changed copyright to C.B. Barber Updated Register.txt to Qhull --- Announce.txt | 4 ++-- COPYING.txt | 14 +++++++----- README.txt | 4 ++-- REGISTER.txt | 29 ++++++++++--------------- cpp/Coordinates.cpp | 6 ++--- cpp/Coordinates.h | 6 ++--- cpp/PointCoordinates.cpp | 6 ++--- cpp/PointCoordinates.h | 6 ++--- cpp/Qhull.cpp | 6 ++--- cpp/Qhull.h | 6 ++--- cpp/QhullError.cpp | 2 +- cpp/QhullError.h | 6 ++--- cpp/QhullEvent.cpp | 2 +- cpp/QhullEvent.h | 6 ++--- cpp/QhullFacet.cpp | 6 ++--- cpp/QhullFacet.h | 6 ++--- cpp/QhullFacetList.cpp | 6 ++--- cpp/QhullFacetList.h | 6 ++--- cpp/QhullFacetSet.cpp | 6 ++--- cpp/QhullFacetSet.h | 6 ++--- cpp/QhullHyperplane.cpp | 6 ++--- cpp/QhullHyperplane.h | 6 ++--- cpp/QhullIterator.h | 6 ++--- cpp/QhullLinkedList.h | 6 ++--- cpp/QhullLog.cpp | 6 ++--- cpp/QhullLog.h | 6 ++--- cpp/QhullPoint.cpp | 6 ++--- cpp/QhullPoint.h | 6 ++--- cpp/QhullPointSet.cpp | 6 ++--- cpp/QhullPointSet.h | 6 ++--- cpp/QhullPoints.cpp | 6 ++--- cpp/QhullPoints.h | 6 ++--- cpp/QhullQh.cpp | 6 ++--- cpp/QhullQh.h | 6 ++--- cpp/QhullRidge.cpp | 6 ++--- cpp/QhullRidge.h | 6 ++--- cpp/QhullSet.cpp | 6 ++--- cpp/QhullSet.h | 6 ++--- cpp/QhullSets.h | 6 ++--- cpp/QhullStat.cpp | 6 ++--- cpp/QhullStat.h | 6 ++--- cpp/QhullVertex.cpp | 6 ++--- cpp/QhullVertex.h | 6 ++--- cpp/QhullVertexSet.cpp | 6 ++--- cpp/QhullVertexSet.h | 6 ++--- cpp/RboxPoints.cpp | 6 ++--- cpp/RboxPoints.h | 6 ++--- cpp/UsingLibQhull.cpp | 6 ++--- cpp/UsingLibQhull.h | 6 ++--- cpp/functionObjects.h | 6 ++--- cpp/qhulltest/Coordinates_test.cpp | 6 ++--- cpp/qhulltest/PointCoordinates_test.cpp | 6 ++--- cpp/qhulltest/QhullFacetList_test.cpp | 6 ++--- cpp/qhulltest/QhullFacetSet_test.cpp | 6 ++--- cpp/qhulltest/QhullFacet_test.cpp | 6 ++--- cpp/qhulltest/QhullHyperplane_test.cpp | 6 ++--- cpp/qhulltest/QhullLinkedList_test.cpp | 6 ++--- cpp/qhulltest/QhullPointSet_test.cpp | 6 ++--- cpp/qhulltest/QhullPoint_test.cpp | 6 ++--- cpp/qhulltest/QhullPoints_test.cpp | 6 ++--- cpp/qhulltest/QhullRidge_test.cpp | 6 ++--- cpp/qhulltest/QhullSet_test.cpp | 6 ++--- cpp/qhulltest/QhullVertexSet_test.cpp | 6 ++--- cpp/qhulltest/QhullVertex_test.cpp | 6 ++--- cpp/qhulltest/Qhull_test.cpp | 6 ++--- cpp/qhulltest/RboxPoints_test.cpp | 6 ++--- cpp/qhulltest/UsingLibQhull_test.cpp | 6 ++--- cpp/qhulltest/qhulltest.cpp | 6 ++--- cpp/road/RoadError.cpp | 6 ++--- cpp/road/RoadError.h | 6 ++--- cpp/road/RoadLogEvent.cpp | 6 ++--- cpp/road/RoadLogEvent.h | 6 ++--- cpp/road/RoadTest.cpp | 6 ++--- cpp/road/RoadTest.h | 6 ++--- html/index.htm | 6 ++--- html/qconvex.htm | 2 +- html/qdelau_f.htm | 2 +- html/qdelaun.htm | 2 +- html/qh-code.htm | 2 +- html/qh-eg.htm | 2 +- html/qh-faq.htm | 2 +- html/qh-get.htm | 5 +++-- html/qh-impre.htm | 2 +- html/qh-optc.htm | 2 +- html/qh-optf.htm | 2 +- html/qh-optg.htm | 2 +- html/qh-opto.htm | 2 +- html/qh-optp.htm | 2 +- html/qh-optq.htm | 2 +- html/qh-optt.htm | 2 +- html/qh-quick.htm | 2 +- html/qhalf.htm | 2 +- html/qhull-cpp.xml | 6 ++--- html/qhull.htm | 2 +- html/qhull.man | 2 +- html/qhull.txt | 7 +++--- html/qvoron_f.htm | 2 +- html/qvoronoi.htm | 2 +- index.htm | 8 +++---- src/Changes.txt | 16 +++++++++----- src/global.c | 6 ++--- src/index.htm | 2 +- src/merge.c | 6 ++--- src/merge.h | 6 ++--- src/qconvex.c | 2 +- src/qdelaun.c | 2 +- src/qh-geom.htm | 2 +- src/qh-globa.htm | 2 +- src/qh-io.htm | 2 +- src/qh-mem.htm | 2 +- src/qh-merge.htm | 2 +- src/qh-poly.htm | 2 +- src/qh-qhull.htm | 2 +- src/qh-set.htm | 2 +- src/qh-stat.htm | 2 +- src/qh-user.htm | 2 +- src/qhalf.c | 2 +- src/qvoronoi.c | 2 +- 118 files changed, 302 insertions(+), 297 deletions(-) diff --git a/Announce.txt b/Announce.txt index 9154b41..3e3f00b 100644 --- a/Announce.txt +++ b/Announce.txt @@ -1,5 +1,5 @@ - Qhull 2003.1 2003/12/30 + Qhull 2010.0.1 2010/01/03 http://www.qhull.org git@gitorious.org:qhull/qhull.git @@ -30,7 +30,7 @@ Download qhull-96.ps for: Quickhull Algorithm for Convex Hulls," ACM Trans. on Mathematical Software, 22(4):469-483, Dec. 1996. http://www.acm.org/pubs/citations/journals/toms/1996-22-4/p469-barber/ - http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.54.6345 + http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.117.405 Abstract: diff --git a/COPYING.txt b/COPYING.txt index aca3f52..ec94444 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -1,4 +1,9 @@ - Qhull, Copyright (c) 1993-2008 + Qhull, Copyright (c) 1993-2010 + + C.B. Barber + Arlington, MA + + and The National Science and Technology Research Center for Computation and Visualization of Geometric Structures @@ -7,9 +12,9 @@ email: qhull@qhull.org -This software includes Qhull from The Geometry Center. Qhull is -copyrighted as noted above. Qhull is free software and may be obtained -via http from www.qhull.org. It may be freely copied, modified, +This software includes Qhull from C.B. Barber and The Geometry Center. +Qhull is copyrighted as noted above. Qhull is free software and may +be obtained via http from www.qhull.org. It may be freely copied, modified, and redistributed under the following conditions: 1. All copyright notices must remain intact in all files. @@ -31,4 +36,3 @@ and redistributed under the following conditions: provided solely "as is". Bug reports or fixes may be sent to qhull_bug@qhull.org; the authors may or may not act on them as they desire. - diff --git a/README.txt b/README.txt index daccfae..0d2b77c 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ Name - qhull, rbox 2003.1 2003/12/30 + qhull, rbox 2010.0.1 2010/01/03 Convex hull, Delaunay triangulation, Voronoi diagrams, Halfspace intersection @@ -19,7 +19,7 @@ Convex hull, Delaunay triangulation, Voronoi diagrams, Halfspace intersection News and a paper: <http://www.qhull.org/news> - <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.54.6345> + <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.117.405> Purpose diff --git a/REGISTER.txt b/REGISTER.txt index ee19654..16ccb1a 100644 --- a/REGISTER.txt +++ b/REGISTER.txt @@ -1,11 +1,10 @@ -Dear User of Geometry Center Software: +Dear Qhull User We would like to find out how you are using our software. Think of -Geometry Center software as a new kind of shareware: you share your -science and successes with us, and we share our software and support -with you. +Qhull as a new kind of shareware: you share your science and successes +with us, and we share our software and support with you. -If you use Geometry Center software, please send us a note telling +If you use Qhull, please send us a note telling us what you are doing with it. We need to know: @@ -13,25 +12,21 @@ We need to know: (1) What you are working on - an abstract of your work would be fine. - (2) What Geometry Center software you use. + (2) How Qhull has helped you, for example, by increasing your + productivity or allowing you to do things you could not do + before. If Qhull had a direct bearing on your work, please + tell us about this. - (3) How that software has helped you, for example, by increasing - your productivity or allowing you to do things you could not do - before. In particular, if you feel that Geometry Center - software has had a direct bearing on your work, please tell us - about this. - -We encourage you to cite the use of any Geometry Center software you -have used in your publications. +We encourage you to cite Qhull in your publications. To cite Qhull, please use Barber, C.B., Dobkin, D.P., and Huhdanpaa, H.T., "The Quickhull - algorithm for convex hulls," ACM Trans. on Mathematical Software, - 22(4):469-483, Dec 1996, http://www.qhull.org. + algorithm for convex hulls," ACM Trans. on Mathematical Software, + 22(4):469-483, Dec 1996, http://www.qhull.org. Please send e-mail to - qhull@qhull.org + bradb@shore.net Thank you! diff --git a/cpp/Coordinates.cpp b/cpp/Coordinates.cpp index 1f38a2c..e66d9eb 100644 --- a/cpp/Coordinates.cpp +++ b/cpp/Coordinates.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/Coordinates.cpp#17 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/Coordinates.cpp#18 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/Coordinates.h b/cpp/Coordinates.h index f5bd644..0703118 100644 --- a/cpp/Coordinates.h +++ b/cpp/Coordinates.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/Coordinates.h#29 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/Coordinates.h#30 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/PointCoordinates.cpp b/cpp/PointCoordinates.cpp index c8c1cd8..bb62c16 100644 --- a/cpp/PointCoordinates.cpp +++ b/cpp/PointCoordinates.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/PointCoordinates.cpp#21 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/PointCoordinates.cpp#22 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/PointCoordinates.h b/cpp/PointCoordinates.h index bc6e56c..7b13d1d 100644 --- a/cpp/PointCoordinates.h +++ b/cpp/PointCoordinates.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/PointCoordinates.h#13 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/PointCoordinates.h#14 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/Qhull.cpp b/cpp/Qhull.cpp index ec6d8eb..b46b1f7 100644 --- a/cpp/Qhull.cpp +++ b/cpp/Qhull.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/Qhull.cpp#40 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/Qhull.cpp#41 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/Qhull.h b/cpp/Qhull.h index 03a14c9..41f426c 100644 --- a/cpp/Qhull.h +++ b/cpp/Qhull.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/Qhull.h#34 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/Qhull.h#35 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullError.cpp b/cpp/QhullError.cpp index 7f66e36..a98b583 100644 --- a/cpp/QhullError.cpp +++ b/cpp/QhullError.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. ** ****************************************************************************/ diff --git a/cpp/QhullError.h b/cpp/QhullError.h index 7e6c071..f90f44c 100644 --- a/cpp/QhullError.h +++ b/cpp/QhullError.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullError.h#32 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullError.h#33 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullEvent.cpp b/cpp/QhullEvent.cpp index 1de32fe..2e31ac8 100644 --- a/cpp/QhullEvent.cpp +++ b/cpp/QhullEvent.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. ** ****************************************************************************/ diff --git a/cpp/QhullEvent.h b/cpp/QhullEvent.h index 01e44be..98c77e9 100644 --- a/cpp/QhullEvent.h +++ b/cpp/QhullEvent.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullEvent.h#8 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullEvent.h#9 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullFacet.cpp b/cpp/QhullFacet.cpp index 6cead8a..a5e00ff 100644 --- a/cpp/QhullFacet.cpp +++ b/cpp/QhullFacet.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullFacet.cpp#32 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullFacet.cpp#33 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullFacet.h b/cpp/QhullFacet.h index 96f7f14..06bf379 100644 --- a/cpp/QhullFacet.h +++ b/cpp/QhullFacet.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullFacet.h#34 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullFacet.h#35 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullFacetList.cpp b/cpp/QhullFacetList.cpp index e9d7aa1..bdba96d 100644 --- a/cpp/QhullFacetList.cpp +++ b/cpp/QhullFacetList.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullFacetList.cpp#21 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullFacetList.cpp#22 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullFacetList.h b/cpp/QhullFacetList.h index b7a898f..d5191fa 100644 --- a/cpp/QhullFacetList.h +++ b/cpp/QhullFacetList.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullFacetList.h#20 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullFacetList.h#21 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullFacetSet.cpp b/cpp/QhullFacetSet.cpp index c9903e3..34b71b5 100644 --- a/cpp/QhullFacetSet.cpp +++ b/cpp/QhullFacetSet.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullFacetSet.cpp#18 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullFacetSet.cpp#19 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullFacetSet.h b/cpp/QhullFacetSet.h index a847aee..e78c88e 100644 --- a/cpp/QhullFacetSet.h +++ b/cpp/QhullFacetSet.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullFacetSet.h#18 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullFacetSet.h#19 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullHyperplane.cpp b/cpp/QhullHyperplane.cpp index 25a91eb..dc3e43f 100644 --- a/cpp/QhullHyperplane.cpp +++ b/cpp/QhullHyperplane.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullHyperplane.cpp#8 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullHyperplane.cpp#9 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullHyperplane.h b/cpp/QhullHyperplane.h index 9d5fd66..2c41588 100644 --- a/cpp/QhullHyperplane.h +++ b/cpp/QhullHyperplane.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullHyperplane.h#8 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullHyperplane.h#9 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullIterator.h b/cpp/QhullIterator.h index 634be5d..5b03461 100644 --- a/cpp/QhullIterator.h +++ b/cpp/QhullIterator.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullIterator.h#18 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullIterator.h#19 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullLinkedList.h b/cpp/QhullLinkedList.h index 1354e5f..0d4f354 100644 --- a/cpp/QhullLinkedList.h +++ b/cpp/QhullLinkedList.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullLinkedList.h#29 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullLinkedList.h#30 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullLog.cpp b/cpp/QhullLog.cpp index 6fe762e..c8c583b 100644 --- a/cpp/QhullLog.cpp +++ b/cpp/QhullLog.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullLog.cpp#8 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullLog.cpp#9 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullLog.h b/cpp/QhullLog.h index bb3c147..75ac774 100644 --- a/cpp/QhullLog.h +++ b/cpp/QhullLog.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullLog.h#10 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullLog.h#11 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullPoint.cpp b/cpp/QhullPoint.cpp index ff3669a..e666041 100644 --- a/cpp/QhullPoint.cpp +++ b/cpp/QhullPoint.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullPoint.cpp#25 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullPoint.cpp#26 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullPoint.h b/cpp/QhullPoint.h index ba0b6a5..fe8a57b 100644 --- a/cpp/QhullPoint.h +++ b/cpp/QhullPoint.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullPoint.h#29 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullPoint.h#30 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullPointSet.cpp b/cpp/QhullPointSet.cpp index 996810b..4068c9f 100644 --- a/cpp/QhullPointSet.cpp +++ b/cpp/QhullPointSet.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullPointSet.cpp#7 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullPointSet.cpp#8 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullPointSet.h b/cpp/QhullPointSet.h index bd515aa..2286908 100644 --- a/cpp/QhullPointSet.h +++ b/cpp/QhullPointSet.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullPointSet.h#15 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullPointSet.h#16 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullPoints.cpp b/cpp/QhullPoints.cpp index fa983dc..95dca9f 100644 --- a/cpp/QhullPoints.cpp +++ b/cpp/QhullPoints.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullPoints.cpp#17 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullPoints.cpp#18 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullPoints.h b/cpp/QhullPoints.h index f1e2bd3..1e86cad 100644 --- a/cpp/QhullPoints.h +++ b/cpp/QhullPoints.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullPoints.h#25 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullPoints.h#26 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullQh.cpp b/cpp/QhullQh.cpp index 9e652d9..b1be88d 100644 --- a/cpp/QhullQh.cpp +++ b/cpp/QhullQh.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullQh.cpp#24 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullQh.cpp#25 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullQh.h b/cpp/QhullQh.h index d85f1d0..7d4dab7 100644 --- a/cpp/QhullQh.h +++ b/cpp/QhullQh.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullQh.h#18 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullQh.h#19 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullRidge.cpp b/cpp/QhullRidge.cpp index 34864be..b1c6f5a 100644 --- a/cpp/QhullRidge.cpp +++ b/cpp/QhullRidge.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullRidge.cpp#14 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullRidge.cpp#15 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullRidge.h b/cpp/QhullRidge.h index ba198a0..e9c8b91 100644 --- a/cpp/QhullRidge.h +++ b/cpp/QhullRidge.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullRidge.h#21 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullRidge.h#22 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullSet.cpp b/cpp/QhullSet.cpp index f43e3dd..4e3929a 100644 --- a/cpp/QhullSet.cpp +++ b/cpp/QhullSet.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullSet.cpp#16 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullSet.cpp#17 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullSet.h b/cpp/QhullSet.h index c2e3ef8..b55a75c 100644 --- a/cpp/QhullSet.h +++ b/cpp/QhullSet.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullSet.h#34 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullSet.h#35 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullSets.h b/cpp/QhullSets.h index 439f867..e1b4593 100644 --- a/cpp/QhullSets.h +++ b/cpp/QhullSets.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullSets.h#5 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullSets.h#6 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullStat.cpp b/cpp/QhullStat.cpp index 32e269f..9ebb29d 100644 --- a/cpp/QhullStat.cpp +++ b/cpp/QhullStat.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullStat.cpp#7 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullStat.cpp#8 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullStat.h b/cpp/QhullStat.h index abce85a..d23c406 100644 --- a/cpp/QhullStat.h +++ b/cpp/QhullStat.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullStat.h#9 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullStat.h#10 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullVertex.cpp b/cpp/QhullVertex.cpp index c8849bd..5e055ca 100644 --- a/cpp/QhullVertex.cpp +++ b/cpp/QhullVertex.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullVertex.cpp#21 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullVertex.cpp#22 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullVertex.h b/cpp/QhullVertex.h index a4b3a5f..b257dfb 100644 --- a/cpp/QhullVertex.h +++ b/cpp/QhullVertex.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullVertex.h#24 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullVertex.h#25 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullVertexSet.cpp b/cpp/QhullVertexSet.cpp index 6ef3efb..c182026 100644 --- a/cpp/QhullVertexSet.cpp +++ b/cpp/QhullVertexSet.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullVertexSet.cpp#7 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullVertexSet.cpp#8 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/QhullVertexSet.h b/cpp/QhullVertexSet.h index 016cd09..c16b8cc 100644 --- a/cpp/QhullVertexSet.h +++ b/cpp/QhullVertexSet.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/QhullVertexSet.h#7 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/QhullVertexSet.h#8 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/RboxPoints.cpp b/cpp/RboxPoints.cpp index 653a28d..50cdb54 100644 --- a/cpp/RboxPoints.cpp +++ b/cpp/RboxPoints.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/RboxPoints.cpp#31 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/RboxPoints.cpp#32 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/RboxPoints.h b/cpp/RboxPoints.h index 065d2b5..f92dce9 100644 --- a/cpp/RboxPoints.h +++ b/cpp/RboxPoints.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/RboxPoints.h#26 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/RboxPoints.h#27 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/UsingLibQhull.cpp b/cpp/UsingLibQhull.cpp index 146b191..10ca607 100644 --- a/cpp/UsingLibQhull.cpp +++ b/cpp/UsingLibQhull.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/UsingLibQhull.cpp#3 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/UsingLibQhull.cpp#4 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/UsingLibQhull.h b/cpp/UsingLibQhull.h index d03e31d..db3a30b 100644 --- a/cpp/UsingLibQhull.h +++ b/cpp/UsingLibQhull.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/UsingLibQhull.h#4 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/UsingLibQhull.h#5 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/functionObjects.h b/cpp/functionObjects.h index 01b71d2..611d6dc 100644 --- a/cpp/functionObjects.h +++ b/cpp/functionObjects.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/functionObjects.h#6 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/functionObjects.h#7 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/Coordinates_test.cpp b/cpp/qhulltest/Coordinates_test.cpp index 6795b83..731b824 100644 --- a/cpp/qhulltest/Coordinates_test.cpp +++ b/cpp/qhulltest/Coordinates_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/Coordinates_test.cpp#15 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/Coordinates_test.cpp#16 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/PointCoordinates_test.cpp b/cpp/qhulltest/PointCoordinates_test.cpp index 303d68a..28bf71c 100644 --- a/cpp/qhulltest/PointCoordinates_test.cpp +++ b/cpp/qhulltest/PointCoordinates_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/PointCoordinates_test.cpp#13 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/PointCoordinates_test.cpp#14 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/QhullFacetList_test.cpp b/cpp/qhulltest/QhullFacetList_test.cpp index 00759cc..36ed870 100644 --- a/cpp/qhulltest/QhullFacetList_test.cpp +++ b/cpp/qhulltest/QhullFacetList_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullFacetList_test.cpp#14 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullFacetList_test.cpp#15 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/QhullFacetSet_test.cpp b/cpp/qhulltest/QhullFacetSet_test.cpp index 0d3d1d9..b21a82e 100644 --- a/cpp/qhulltest/QhullFacetSet_test.cpp +++ b/cpp/qhulltest/QhullFacetSet_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullFacetSet_test.cpp#11 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullFacetSet_test.cpp#12 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/QhullFacet_test.cpp b/cpp/qhulltest/QhullFacet_test.cpp index 9eb9bc4..95446fe 100644 --- a/cpp/qhulltest/QhullFacet_test.cpp +++ b/cpp/qhulltest/QhullFacet_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullFacet_test.cpp#30 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullFacet_test.cpp#31 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/QhullHyperplane_test.cpp b/cpp/qhulltest/QhullHyperplane_test.cpp index cbb3194..5bfdc89 100644 --- a/cpp/qhulltest/QhullHyperplane_test.cpp +++ b/cpp/qhulltest/QhullHyperplane_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullHyperplane_test.cpp#9 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullHyperplane_test.cpp#10 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/QhullLinkedList_test.cpp b/cpp/qhulltest/QhullLinkedList_test.cpp index 3c7d41b..6ec1bb6 100644 --- a/cpp/qhulltest/QhullLinkedList_test.cpp +++ b/cpp/qhulltest/QhullLinkedList_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (f) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullLinkedList_test.cpp#13 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (f) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullLinkedList_test.cpp#14 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/QhullPointSet_test.cpp b/cpp/qhulltest/QhullPointSet_test.cpp index e47c0a9..8dce75d 100644 --- a/cpp/qhulltest/QhullPointSet_test.cpp +++ b/cpp/qhulltest/QhullPointSet_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (p) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullPointSet_test.cpp#7 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (p) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullPointSet_test.cpp#8 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/QhullPoint_test.cpp b/cpp/qhulltest/QhullPoint_test.cpp index 42bf7fa..710d1b8 100644 --- a/cpp/qhulltest/QhullPoint_test.cpp +++ b/cpp/qhulltest/QhullPoint_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullPoint_test.cpp#13 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullPoint_test.cpp#14 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/QhullPoints_test.cpp b/cpp/qhulltest/QhullPoints_test.cpp index 3835203..10cc9a1 100644 --- a/cpp/qhulltest/QhullPoints_test.cpp +++ b/cpp/qhulltest/QhullPoints_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (p) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullPoints_test.cpp#16 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (p) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullPoints_test.cpp#17 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/QhullRidge_test.cpp b/cpp/qhulltest/QhullRidge_test.cpp index 3f89d10..e3e9de3 100644 --- a/cpp/qhulltest/QhullRidge_test.cpp +++ b/cpp/qhulltest/QhullRidge_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullRidge_test.cpp#10 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullRidge_test.cpp#11 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/QhullSet_test.cpp b/cpp/qhulltest/QhullSet_test.cpp index a281058..d7d6283 100644 --- a/cpp/qhulltest/QhullSet_test.cpp +++ b/cpp/qhulltest/QhullSet_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (f) 2009-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullSet_test.cpp#18 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (f) 2009-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullSet_test.cpp#19 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/QhullVertexSet_test.cpp b/cpp/qhulltest/QhullVertexSet_test.cpp index 06a18c8..e246073 100644 --- a/cpp/qhulltest/QhullVertexSet_test.cpp +++ b/cpp/qhulltest/QhullVertexSet_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullVertexSet_test.cpp#2 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullVertexSet_test.cpp#3 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/QhullVertex_test.cpp b/cpp/qhulltest/QhullVertex_test.cpp index 4f296df..c78d40d 100644 --- a/cpp/qhulltest/QhullVertex_test.cpp +++ b/cpp/qhulltest/QhullVertex_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullVertex_test.cpp#10 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/QhullVertex_test.cpp#11 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ //pre-compiled headers diff --git a/cpp/qhulltest/Qhull_test.cpp b/cpp/qhulltest/Qhull_test.cpp index 9132a18..8de3de3 100644 --- a/cpp/qhulltest/Qhull_test.cpp +++ b/cpp/qhulltest/Qhull_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/Qhull_test.cpp#35 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/Qhull_test.cpp#36 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/RboxPoints_test.cpp b/cpp/qhulltest/RboxPoints_test.cpp index 6dc0a12..4ef0163 100644 --- a/cpp/qhulltest/RboxPoints_test.cpp +++ b/cpp/qhulltest/RboxPoints_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2006-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/RboxPoints_test.cpp#18 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2006-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/RboxPoints_test.cpp#19 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ //pre-compiled headers diff --git a/cpp/qhulltest/UsingLibQhull_test.cpp b/cpp/qhulltest/UsingLibQhull_test.cpp index 67a72b0..0e8a2cc 100644 --- a/cpp/qhulltest/UsingLibQhull_test.cpp +++ b/cpp/qhulltest/UsingLibQhull_test.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/UsingLibQhull_test.cpp#4 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/UsingLibQhull_test.cpp#5 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/qhulltest/qhulltest.cpp b/cpp/qhulltest/qhulltest.cpp index 485d3b0..542a1db 100644 --- a/cpp/qhulltest/qhulltest.cpp +++ b/cpp/qhulltest/qhulltest.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/qhulltest/qhulltest.cpp#52 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/qhulltest/qhulltest.cpp#53 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/road/RoadError.cpp b/cpp/road/RoadError.cpp index 6126a5a..7f43615 100644 --- a/cpp/road/RoadError.cpp +++ b/cpp/road/RoadError.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/road/RoadError.cpp#14 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/road/RoadError.cpp#15 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/road/RoadError.h b/cpp/road/RoadError.h index 3f2123f..ff9b552 100644 --- a/cpp/road/RoadError.h +++ b/cpp/road/RoadError.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/road/RoadError.h#18 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/road/RoadError.h#19 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/road/RoadLogEvent.cpp b/cpp/road/RoadLogEvent.cpp index 790872f..9bf0023 100644 --- a/cpp/road/RoadLogEvent.cpp +++ b/cpp/road/RoadLogEvent.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/road/RoadLogEvent.cpp#11 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/road/RoadLogEvent.cpp#12 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/road/RoadLogEvent.h b/cpp/road/RoadLogEvent.h index b31b61d..514150c 100644 --- a/cpp/road/RoadLogEvent.h +++ b/cpp/road/RoadLogEvent.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/road/RoadLogEvent.h#10 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/road/RoadLogEvent.h#11 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/road/RoadTest.cpp b/cpp/road/RoadTest.cpp index 05e129b..15edfbb 100644 --- a/cpp/road/RoadTest.cpp +++ b/cpp/road/RoadTest.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/road/RoadTest.cpp#11 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/road/RoadTest.cpp#12 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/cpp/road/RoadTest.h b/cpp/road/RoadTest.h index e99aeff..bc120b1 100644 --- a/cpp/road/RoadTest.h +++ b/cpp/road/RoadTest.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2008-2010 C. Bradford Barber. All rights reserved. -** $Id: //product/qhull/main/rel/cpp/road/RoadTest.h#13 $$Change: 1137 $ -** $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ +** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. +** $Id: //product/qhull/main/rel/cpp/road/RoadTest.h#14 $$Change: 1139 $ +** $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ ** ****************************************************************************/ diff --git a/html/index.htm b/html/index.htm index 4c83335..dfd7e70 100644 --- a/html/index.htm +++ b/html/index.htm @@ -84,9 +84,9 @@ guarantees simplicial output, but it is less accurate than merged facets. For merged facets, Qhull reports the maximum outer and inner plane. -<p><i>Brad Barber, Cambridge MA, 2003/12/30</i></p> +<p><i>Brad Barber, Arlington, MA</i></p> -<p><b>Copyright © 1995-2008 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> @@ -681,7 +681,7 @@ Huhdanpaa, "The Quickhull Algorithm for Convex Hulls," <i>ACM Transactions on Mathematical Software</i>, 22(4):469-483, Dec 1996, www.qhull.org [<a href="http://www.acm.org/pubs/citations/journals/toms/1996-22-4/p469-barber/">http://www.acm.org</a>; -<a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.54.6345">http://citeseerx.ist.psu.edu</a>]. +<a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.117.405">http://citeseerx.ist.psu.edu</a>]. </p> <p><a name="cla-sho89">Clarkson</a>, K.L. and P.W. Shor, diff --git a/html/qconvex.htm b/html/qconvex.htm index 3b27f0f..900f0a9 100644 --- a/html/qconvex.htm +++ b/html/qconvex.htm @@ -130,7 +130,7 @@ in 5-d and higher. It disables the following Qhull <a href=qh-quick.htm#options>options</a>: <i>d v H Qbb Qf Qg Qm Qr Qu Qv Qx Qz TR E V Fp Gt Q0,etc</i>. -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qdelau_f.htm b/html/qdelau_f.htm index 1cce267..fe706e1 100644 --- a/html/qdelau_f.htm +++ b/html/qdelau_f.htm @@ -114,7 +114,7 @@ in 4-d and higher. It disables the following Qhull Qm Qr QR Qv Qx TR E V FC Fi Fo Fp FV Q0,etc</i>. -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qdelaun.htm b/html/qdelaun.htm index 302344a..e6492cc 100644 --- a/html/qdelaun.htm +++ b/html/qdelaun.htm @@ -117,7 +117,7 @@ in 4-d and higher. It disables the following Qhull Qm Qr QR Qv Qx TR E V FC Fi Fo Fp Ft FV Q0,etc</i>. -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qh-code.htm b/html/qh-code.htm index ab06522..cec3135 100644 --- a/html/qh-code.htm +++ b/html/qh-code.htm @@ -37,7 +37,7 @@ height="100"></a> Qhull code</h1> <p>This section discusses the code for Qhull. </p> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qh-eg.htm b/html/qh-eg.htm index 9e37a09..31c3bce 100644 --- a/html/qh-eg.htm +++ b/html/qh-eg.htm @@ -48,7 +48,7 @@ test examples, and <tt>eg/q_test</tt> exercises the code. If you find yourself viewing the inside of a 3-d example, use Geomview's normalization option on the 'obscure' menu.</p> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qh-faq.htm b/html/qh-faq.htm index d5e535c..c624d1a 100644 --- a/html/qh-faq.htm +++ b/html/qh-faq.htm @@ -73,7 +73,7 @@ using joggled input ('<A href="qh-optq.htm#QJn">QJ</A>'). 2003/12/30 <!-- --> </i></p> -<p><b>Copyright © 1998-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1998-2010 C.B. Barber</b></p> <hr> diff --git a/html/qh-get.htm b/html/qh-get.htm index eaf7ffa..5d76064 100644 --- a/html/qh-get.htm +++ b/html/qh-get.htm @@ -94,8 +94,9 @@ and upgraded it to 2002.1. WWW de la Escuela de Minas</a> of the Universidad de Oviedo.</p> </li> <li><a - href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.54.6345&rep=rep1&type=pdf">Download: - Article about Qhull</a> (210K) <p>Type: various formats on CiteSeer</p> + href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.117.405&rep=rep1&type=url&i=0">Download: + Article about Qhull</a> (307K) <!-- http://www.cise.ufl.edu/~ungor/courses/fall06/papers/QuickHull.pdf --> + <p>Type: PDF on Citeseer</p> <p>Barber, C.B., Dobkin, D.P., and Huhdanpaa, H.T., "The Quickhull algorithm for convex hulls," <i>ACM Transactions on Mathematical Software</i>, 22(4):469-483, Dec 1996 [<a diff --git a/html/qh-impre.htm b/html/qh-impre.htm index 39c5b00..d9a9905 100644 --- a/html/qh-impre.htm +++ b/html/qh-impre.htm @@ -46,7 +46,7 @@ convex. It verifies that all points are on or below all facets. </p> <p>Qhull automatically tests for convexity if it detects precision errors while constructing the hull. </p> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qh-optc.htm b/html/qh-optc.htm index a5fb10e..1b359af 100644 --- a/html/qh-optc.htm +++ b/html/qh-optc.htm @@ -29,7 +29,7 @@ height="100"></a> Qhull precision options</h1> This section lists the precision options for Qhull. These options are indicated by an upper-case letter followed by a number. -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qh-optf.htm b/html/qh-optf.htm index bfe2ac8..3da4f1e 100644 --- a/html/qh-optf.htm +++ b/html/qh-optf.htm @@ -30,7 +30,7 @@ are indicated by 'F' followed by a letter. See <A and <A href="qh-optg.htm#geomview">Geomview</a> for other output options. </p> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qh-optg.htm b/html/qh-optg.htm index c6b9852..49c9989 100644 --- a/html/qh-optg.htm +++ b/html/qh-optg.htm @@ -33,7 +33,7 @@ indicated by 'G' followed by a letter. See and <a href="qh-optf.htm#format">Format</a> for other output options. -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qh-opto.htm b/html/qh-opto.htm index 8a396f1..d9e357a 100644 --- a/html/qh-opto.htm +++ b/html/qh-opto.htm @@ -33,7 +33,7 @@ href="qh-optp.htm#print">Print</a>, and <a href="qh-optg.htm#geomview">Geomview</a> for other output options. </p> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qh-optp.htm b/html/qh-optp.htm index 17b584c..afb5eb6 100644 --- a/html/qh-optp.htm +++ b/html/qh-optp.htm @@ -32,7 +32,7 @@ indicated by 'P' followed by a letter. See and <a href="qh-optf.htm#format">Format</a> for other output options. -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qh-optq.htm b/html/qh-optq.htm index 9903d9c..8eaf865 100644 --- a/html/qh-optq.htm +++ b/html/qh-optq.htm @@ -29,7 +29,7 @@ height="100"></a> Qhull control options (Q)</h1> <p>This section lists the control options for Qhull. These options are indicated by 'Q' followed by a letter. </p> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qh-optt.htm b/html/qh-optt.htm index 8f09661..02fc053 100644 --- a/html/qh-optt.htm +++ b/html/qh-optt.htm @@ -29,7 +29,7 @@ height="100"></a> Qhull trace options (T)</h1> This section lists the trace options for Qhull. These options are indicated by 'T' followed by a letter. -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qh-quick.htm b/html/qh-quick.htm index b74338b..70103b7 100644 --- a/html/qh-quick.htm +++ b/html/qh-quick.htm @@ -38,7 +38,7 @@ height="100"></a> Qhull quick reference</h1> This section lists all programs and options in Qhull. -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <p> <a name="programs"> </a> diff --git a/html/qhalf.htm b/html/qhalf.htm index 723b773..9dc39b3 100644 --- a/html/qhalf.htm +++ b/html/qhalf.htm @@ -103,7 +103,7 @@ in 5-d and higher. It disables the following Qhull Qr QR Qv Qx Qz TR E V Fa FA FC FD FS Ft FV Gt Q0,etc</i>. -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> <h3><a href="#TOP">»</a><a name="synopsis">qhalf synopsis</a></h3> diff --git a/html/qhull-cpp.xml b/html/qhull-cpp.xml index 2d77d1f..702a103 100644 --- a/html/qhull-cpp.xml +++ b/html/qhull-cpp.xml @@ -6,11 +6,11 @@ xmlns:rf="http://schemas.roadintranet.org/road-faq-1" title=" C++ interface to Qhull" file="qhull-cpp.xml" - fileid="$Id: //product/qhull/main/rel/html/qhull-cpp.xml#22 $$Change: 1137 $" - fileChange="$DateTime: 2010/01/02 21:58:11 $$Author: bbarber $"> + fileid="$Id: //product/qhull/main/rel/html/qhull-cpp.xml#23 $$Change: 1139 $" + fileChange="$DateTime: 2010/01/03 11:20:29 $$Author: bbarber $"> <div><h4>Qhull C++ -- C++ interface to Qhull</h4></div> <rf:copyright> - <a href="../cpp/COPYING.txt">Copyright</a> (c) 2009-2010, C. Bradford Barber + <a href="../cpp/COPYING.txt">Copyright</a> (c) 2009-2010, C.B. Barber </rf:copyright> <rf:section id="cpp-cpp-links" title="Useful Links for Qhull C++"> <div> diff --git a/html/qhull.htm b/html/qhull.htm index 6d934f6..812874b 100644 --- a/html/qhull.htm +++ b/html/qhull.htm @@ -116,7 +116,7 @@ hull contains non-simplicial facets (e.g., a hypercube). See are there extra points in a 4-d or higher convex hull?</a><br> </p> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> diff --git a/html/qhull.man b/html/qhull.man index ea845e4..7f6bd65 100644 --- a/html/qhull.man +++ b/html/qhull.man @@ -965,7 +965,7 @@ Barber, C. B., D.P. Dobkin, and H.T. Huhdanpaa, "The Quickhull Algorithm for Convex Hulls," ACM Trans. on Mathematical Software, 22(4):469\[en]483, Dec. 1996. http://portal.acm.org/citation.cfm?doid=235815.235821 -http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.54.6345 +http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.117.405 Clarkson, K.L., K. Mehlhorn, and R. Seidel, "Four results on randomized incremental construction," Computational Geometry: Theory and Applications, diff --git a/html/qhull.txt b/html/qhull.txt index b40d7e0..3a39962 100644 --- a/html/qhull.txt +++ b/html/qhull.txt @@ -1160,7 +1160,7 @@ SEE ALSO Quickhull Algorithm for Convex Hulls," ACM Trans. on Math- ematical Software, 22(4):469-483, Dec. 1996. http://portal.acm.org/citation.cfm?doid=235815.235821 - http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.54.6345 + http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.117.405 Clarkson, K.L., K. Mehlhorn, and R. Seidel, "Four results @@ -1198,8 +1198,9 @@ Geometry Center 2003/12/30 18 qhull(1) qhull(1) - guided the original work at Princeton University. - + guided the original work at Princeton University. If you find it + useful, please let us know. + The Geometry Center was supported by grant DMS-8920161 from the National Science Foundation, by grant DOE/DE-FG02-92ER25137 from the Department of Energy, by the University of Minnesota, and by Minnesota Technology, Inc. diff --git a/html/qvoron_f.htm b/html/qvoron_f.htm index 19fbb52..793173b 100644 --- a/html/qvoron_f.htm +++ b/html/qvoron_f.htm @@ -93,7 +93,7 @@ in 4-d and higher. It disables the following Qhull QB Qc Qf Qg Qi Qm Qr QR Qv Qx TR E V Fa FA FC Fp FS Ft FV Gt Q0,etc</i>. -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> <h3><a href="#TOP">»</a><a name="synopsis">furthest-site qvoronoi synopsis</a></h3> diff --git a/html/qvoronoi.htm b/html/qvoronoi.htm index 409d9a5..e0f3edb 100644 --- a/html/qvoronoi.htm +++ b/html/qvoronoi.htm @@ -115,7 +115,7 @@ in 4-d and higher. It disables the following Qhull <a href=qh-quick.htm#options>options</a>: <i>d n v Qbb QbB Qf Qg Qm Qr QR Qv Qx Qz TR E V Fa FA FC FD FS Ft FV Gt Q0,etc</i>. -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <p>Voronoi image by KOOK Architecture, Silvan Oesterle and Michael Knauss. diff --git a/index.htm b/index.htm index d7681cd..cc70d89 100644 --- a/index.htm +++ b/index.htm @@ -11,7 +11,7 @@ <br><b>To:</b> <a href="http://www.qhull.org/news">News</a> • <a href="http://www.qhull.org/download">Download</a> -• <a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.54.6345">CiteSeer</a> +• <a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.117.405">CiteSeer</a> • <a href=http://images.google.com/images?q=qhull&num=100>Images</a> • <a href="html/index.htm#TOC">Manual</a> • <a href="http://www.qhull.org/html/qh-faq.htm">FAQ</a> @@ -63,7 +63,7 @@ and higher. </p> www.qhull.org <p> <li><a href="http://www.qhull.org/news/qhull-news.html#users">How</a> is Qhull used?</li> - <li><a href="http://citeseerx.ist.psu.edu/showciting?doi=10.1.1.54.6345&sort=cite">CiteSeer</a> references to Qhull + <li><a href="http://citeseerx.ist.psu.edu/showciting?doi=10.1.1.117.405&sort=cite">CiteSeer</a> references to Qhull </p> <li> <a href=http://www.google.com/search?as_q=qhull+-debian+-cvs+-gentoo+-pool+-mirrors&num=100>Google</a> Qhull, @@ -214,7 +214,7 @@ href="http://www.geomview.org">Geomview</a>. An alternative is <a href=http://www.vtk.org/>VTK</a>.</p> <p>For an article about Qhull, download from <a -href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.54.6345">CiteSeer</a> or <a +href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.117.405">CiteSeer</a> or <a href="http://portal.acm.org/citation.cfm?doid=235815.235821">www.acm.org</a>: </p> @@ -255,7 +255,7 @@ Projects of the Geometry Center</i></a> <br> <br><b>To:</b> <a href="http://www.qhull.org/news">News</a> • <a href="http://www.qhull.org/download">Download</a> -• <a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.54.6345">CiteSeer</a> +• <a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.117.405">CiteSeer</a> • <a href=http://images.google.com/images?q=qhull&num=100>Images</a> • <a href="html/index.htm#TOC">Manual</a> • <a href="http://www.qhull.org/html/qh-faq.htm">FAQ</a> diff --git a/src/Changes.txt b/src/Changes.txt index c01f010..f68cf3a 100644 --- a/src/Changes.txt +++ b/src/Changes.txt @@ -75,8 +75,7 @@ To do - review all #pragma - review all FIXUP [^0-9] - clean up warnings for libqhullcpp - - Decide on citeseer 10.1.1.117.405 or 10.1.1.54.6345 - - Abandon savannah +117.405 - Abandon savannah - Add config directory to Qhull - Fix README Visual C++ quickstart - Review changes with Kent Williams @@ -85,14 +84,18 @@ To do Why rename index in qh_initthresholds(), poly2.c, qhull.c -- Seems OK - Run qhull regression tests - Measure performance of Qhull + - qhulltest --all + - Number the FIXUPS + - Review diffs against qhull 2003.1 + - Review qh-code.htm#cpp -qhull 2010.0.1 2010/01/02 +qhull 2010.0.1 2010/01/03 New Features: - Added option 'Ta' to annotate output with message codes Preliminary C++ support: - - Warning: C++ declarations may change without warning + - C++ declarations may change without warning - Preliminary documentation for Qhull's C++ interface [qh-code.htm#cpp, qhull-cpp.xml] - Added user_eg3 as an example of Qhull.cpp - Removed qhull_interface.cpp @@ -120,11 +123,11 @@ Breaking Code Changes: - In qh_printafacet(), changed error output to 'qh ferr' Bug fixes to C code: + - Use gcc 4.4.0 or later. gcc 4.2.1, 4.2.2, and 4.3.2 -O2 segfaults in qset.c . gcc 4.1.1 was OK + See bug report http://gcc.gnu.org/ml/gcc-bugs/2007-09/msg00474.html - Fixed qh_findfacet_all(), "REALmin" should be "-REALmax" [L.A. Taylor]. Effects library users for convex hulls and halfspace intersections. - qh_printfacet [io.c] Removed extra space for neighboring facets - - Use gcc 4.4.0 or later. gcc 4.2.1, 4.2.2, and 4.3.2 -O2 segfaults in qset.c . gcc 4.1.1 was OK - See bug report http://gcc.gnu.org/ml/gcc-bugs/2007-09/msg00474.html - Report error if d points, Delaunay, and not Qz - Fixed double-free of facet->centrum for triangulated facets - Fixed mindist initialization if !testcentrum in io.c findbest_test [Ratcliff] @@ -204,6 +207,7 @@ Documentation: - Add cross references between options 'FA' and 'FS' - Added link to Wolfram Research's MathWorld site - Updated Fukuda's links + - Changed copyright to C.B. Barber for C++, documentation, and merge.c - Updated Qhull citation with page numbers. - Proposed project: constructing Voronoi diagram - Proposed project: computing Voronoi volumes diff --git a/src/global.c b/src/global.c index bf943c7..cf55d2b 100644 --- a/src/global.c +++ b/src/global.c @@ -12,8 +12,8 @@ see qhull_a.h for internal functions copyright (c) 1993-2010 The Geometry Center. - $Id: //product/qhull/main/rel/src/global.c#50 $$Change: 1137 $ - $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ + $Id: //product/qhull/main/rel/src/global.c#51 $$Change: 1139 $ + $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ */ #include "qhull_a.h" @@ -47,7 +47,7 @@ qhT qh_qh; /* all global variables. recompile user_eg.c, rbox.c, libqhull.c, qconvex.c, qdelaun.c qvoronoi.c, qhalf.c */ -const char *qh_version = "2010.0.1 2010/01/02"; +const char *qh_version = "2010.0.1 2010/01/03"; /*-<a href="qh-globa.htm#TOC" >-------------------------------</a><a name="appendprint">-</a> diff --git a/src/index.htm b/src/index.htm index 0555d14..16c73bf 100644 --- a/src/index.htm +++ b/src/index.htm @@ -86,7 +86,7 @@ to <a href="mailto:qhull-bug@qhull.org">qhull-bug@qhull.org</a>. </p> </blockquote> -<p><b>Copyright © 1997-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1997-2010 C.B. Barber</b></p> <hr> diff --git a/src/merge.c b/src/merge.c index be39f75..91c36b1 100644 --- a/src/merge.c +++ b/src/merge.c @@ -20,9 +20,9 @@ merges occur in qh_mergefacet and in qh_mergecycle vertex->neighbors not set until the first merge occurs - copyright (c) 1993-2010 The Geometry Center. - $Id: //product/qhull/main/rel/src/merge.c#24 $$Change: 1137 $ - $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ + copyright (c) 1993-2010 C.B. Barber. + $Id: //product/qhull/main/rel/src/merge.c#25 $$Change: 1139 $ + $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ */ #include "qhull_a.h" diff --git a/src/merge.h b/src/merge.h index 5495783..5403209 100644 --- a/src/merge.h +++ b/src/merge.h @@ -6,9 +6,9 @@ see qh-merge.htm and merge.c - copyright (c) 1993-2010 The Geometry Center. - $Id: //product/qhull/main/rel/src/merge.h#19 $$Change: 1137 $ - $DateTime: 2010/01/02 21:58:11 $$Author: bbarber $ + copyright (c) 1993-2010 C.B. Barber. + $Id: //product/qhull/main/rel/src/merge.h#20 $$Change: 1139 $ + $DateTime: 2010/01/03 11:20:29 $$Author: bbarber $ */ #ifndef qhDEFmerge diff --git a/src/qconvex.c b/src/qconvex.c index 9653f9e..ab5b0d8 100644 --- a/src/qconvex.c +++ b/src/qconvex.c @@ -6,7 +6,7 @@ see unix.c for full interface - copyright (c) 1993-2008, The Geometry Center + copyright (c) 1993-2010, The Geometry Center */ #include <stdio.h> diff --git a/src/qdelaun.c b/src/qdelaun.c index f5f9f49..ede62cd 100644 --- a/src/qdelaun.c +++ b/src/qdelaun.c @@ -7,7 +7,7 @@ see unix.c for full interface - copyright (c) 1993-2008, The Geometry Center + copyright (c) 1993-2010, The Geometry Center */ #include <stdio.h> diff --git a/src/qh-geom.htm b/src/qh-geom.htm index 9709a52..1f527ee 100644 --- a/src/qh-geom.htm +++ b/src/qh-geom.htm @@ -54,7 +54,7 @@ computations is determined at initialization. The roundoff error in halfspace computation is accounted for by computing the distance from vertices to the halfspace. </p> </blockquote> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> <p><a href="#TOP">»</a> <b>Geom</b> <a name="TOC">•</a> <a href="qh-globa.htm#TOC">Global</a> • diff --git a/src/qh-globa.htm b/src/qh-globa.htm index 8ea5e00..5d33209 100644 --- a/src/qh-globa.htm +++ b/src/qh-globa.htm @@ -42,7 +42,7 @@ dynamically allocated with malloc(). See <a href="user.h#QHpointer">QHpointer</a>. </p> </blockquote> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> <p><a href="#TOP">»</a> <a href="qh-geom.htm#TOC">Geom</a> <a name="TOC">•</a> <b>Global</b> • diff --git a/src/qh-io.htm b/src/qh-io.htm index 1bbb352..918f099 100644 --- a/src/qh-io.htm +++ b/src/qh-io.htm @@ -53,7 +53,7 @@ the same driver: </p> qh_skipfacet() is tested. </p> </blockquote> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> <p><a href="#TOP">»</a> <a href="qh-geom.htm#TOC">Geom</a> <a name="TOC">•</a> <a href="qh-globa.htm#TOC">Global</a> • <b>Io</b> • diff --git a/src/qh-mem.htm b/src/qh-mem.htm index d227178..258ae01 100644 --- a/src/qh-mem.htm +++ b/src/qh-mem.htm @@ -40,7 +40,7 @@ from a reserved buffer. </p> <p>Use 'T5' to trace memory allocations.</p> </blockquote> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> <p><a href="#TOP">»</a> <a href="qh-geom.htm#TOC">Geom</a> <a name="TOC">•</a> <a href="qh-globa.htm#TOC">Global</a> • diff --git a/src/qh-merge.htm b/src/qh-merge.htm index 265d6ca..165b3a6 100644 --- a/src/qh-merge.htm +++ b/src/qh-merge.htm @@ -98,7 +98,7 @@ structure.This is called a <em>redundant vertex</em>. </li> </ul> </blockquote> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> <p><a href="#TOP">»</a> <a href="qh-geom.htm#TOC">Geom</a> <a name="TOC">•</a> <a href="qh-globa.htm#TOC">Global</a> diff --git a/src/qh-poly.htm b/src/qh-poly.htm index e4723cb..69c199e 100644 --- a/src/qh-poly.htm +++ b/src/qh-poly.htm @@ -119,7 +119,7 @@ joggled input, they may have zero area or flipped orientation. </blockquote> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> <p><a href="#TOP">»</a> <a href="qh-geom.htm#TOC">Geom</a> <a name="TOC">•</a> <a href="qh-globa.htm#TOC">Global</a> diff --git a/src/qh-qhull.htm b/src/qh-qhull.htm index 9bb25fd..995a268 100644 --- a/src/qh-qhull.htm +++ b/src/qh-qhull.htm @@ -41,7 +41,7 @@ the n-d beneath-beyond algorithm. See functions and base data types. The top-level header file, <tt>libqhull.h</tt>, contains prototypes for these functions.</p> </blockquote> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> <p><a href="#TOP">»</a> <a href="qh-geom.htm#TOC">Geom</a> <a name="TOC">•</a> <a href="qh-globa.htm#TOC">Global</a> diff --git a/src/qh-set.htm b/src/qh-set.htm index 49b9f91..d6c2451 100644 --- a/src/qh-set.htm +++ b/src/qh-set.htm @@ -60,7 +60,7 @@ If a set is full, appending an element copies the set to a larger array. </p> </blockquote> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> <p><a href="#TOP">»</a> <a href="qh-geom.htm#TOC">Geom</a> <a name="TOC">•</a> <a href="qh-globa.htm#TOC">Global</a> • diff --git a/src/qh-stat.htm b/src/qh-stat.htm index c976908..e75e8f0 100644 --- a/src/qh-stat.htm +++ b/src/qh-stat.htm @@ -41,7 +41,7 @@ Statistics may be turned off in user.h. If so, all but the 'zz' statistics are ignored.</p> </blockquote> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> <p><a href="#TOP">»</a> <a href="qh-geom.htm#TOC">Geom</a> <a name="TOC">•</a> <a href="qh-globa.htm#TOC">Global</a> diff --git a/src/qh-user.htm b/src/qh-user.htm index 4042ab3..7de8426 100644 --- a/src/qh-user.htm +++ b/src/qh-user.htm @@ -35,7 +35,7 @@ href="http://www.qhull.org">Home page</a> for Qhull<br> user may want to change. </p> </blockquote> -<p><b>Copyright © 1995-2010 The Geometry Center, Minneapolis MN</b></p> +<p><b>Copyright © 1995-2010 C.B. Barber</b></p> <hr> <p><a href="#TOP">»</a> <a href="qh-geom.htm#TOC">Geom</a> <a name="TOC">•</a> <a href="qh-globa.htm#TOC">Global</a> diff --git a/src/qhalf.c b/src/qhalf.c index cf36026..dba64e7 100644 --- a/src/qhalf.c +++ b/src/qhalf.c @@ -6,7 +6,7 @@ see unix.c for full interface - copyright (c) 1993-2008, The Geometry Center + copyright (c) 1993-2010, The Geometry Center */ #include <stdio.h> diff --git a/src/qvoronoi.c b/src/qvoronoi.c index 10d7cf8..14dd3ca 100644 --- a/src/qvoronoi.c +++ b/src/qvoronoi.c @@ -7,7 +7,7 @@ see unix.c for full interface - copyright (c) 1993-2008, The Geometry Center + copyright (c) 1993-2010, The Geometry Center */ #include <stdio.h> -- GitLab