diff --git a/Announce.txt b/Announce.txt index 9154b41f857c065e0b94615794bd322a3a4167f4..3e3f00baf79e9d9f37a15edf64eb62cef2fe31cc 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 aca3f529ec76e49cae9e7b82d0aa746964004968..ec944446f7cbe0fae126da00414886a8dc88c4ab 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 daccfaeeb6132828769190265d1bed43834b23e4..0d2b77ca2db6041d2ab41383bbf6bd2a6d4e1817 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 ee196543955e25ec1189e582ccf9a6cd91e362ab..16ccb1a58d6c78cd2be1e732041ba522a6c8f95c 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 1f38a2cb4a269e90a2669d39bce37b880ed20f7f..e66d9eb5edcd082b6f2b184a0d3b2598e3f25602 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 f5bd644d51d6f0285aaeb279bd01055267ce8bca..0703118afca3559ada55edb2aec3630196a83acf 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 c8c1cd84d075a852b3cdcb71e3135e724c8aa1ef..bb62c165d8716c1c5d79e0f5c946c9794e1dcced 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 bc6e56c008232ea1e30d1783e2eadc9d8a6e1d65..7b13d1da93cef4167f50d86124854fdbc24ffd79 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 ec6d8ebab1449de681997030ec1dac39c33e3c64..b46b1f7512dc2a2a9e16272ced59813be67bd361 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 03a14c93b53d3d1f80c8ede53c41eb58fe170aca..41f426c9be9f261c20bf4b31f19b0c2019b52c03 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 7f66e36aaa60a5bfd3b9d0e824801eb4af431366..a98b5837abb82180094845f07904147cb7bff341 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 7e6c071ae6213346b80e84159c215bbd2bb2d833..f90f44c70bec1b534b8e01fbe74a9dcdbfad4514 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 1de32fe57b33188a4396afc7008c284ac44bf88f..2e31ac8d60b7b72f0407d91f5efc97db48e96fea 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 01e44be1b360bf866981bb6ebadb42bfbb4c57e6..98c77e91ef073bb7d0ff026aab4bbc7867540f75 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 6cead8a97ad47d1ecb24ac241aebdf7855247ce9..a5e00fff4696e0a48223cd6a9e454ae92f0eedb2 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 96f7f147e32c7d62e2c8c3a9628f327ea8a1ddb4..06bf37916f42c3f8958f3c6818cdadada6ed41e8 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 e9d7aa136d4d93cd2173169fc8ff7d01c63b946b..bdba96d52871313729b721ae378ea2d381e4b9e2 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 b7a898f60845526a31ba4997ddd579ca6711c014..d5191fae04b5075f982cf99f0bb901bf1c194b32 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 c9903e373b6aa1604021202b94a8be510a201506..34b71b506b973abf4ee35fd7367840662d43c2e1 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 a847aee8cb05f2b7466b23c6b8fc6ba7c76399e2..e78c88e0a7b3c869ebc4c949d8d08a45f4557ac7 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 25a91ebe00d8638243502e4aa6553a9e7c391b19..dc3e43f87ba04b9903ecd4d4ab3b0594ac9fb6d6 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 9d5fd6654432f6d3a8f22e251b35f0227b2f553e..2c41588c82f4dae2fe05cf56e0996b6d627c2858 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 634be5dec7dea7e7e134e0e9424448b3777bcb67..5b034614522a42d8be32ce34601873c8a306fed9 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 1354e5f54256dcdc4a178172a435a8e0992b5757..0d4f354412585b8cf6089435ebba1d0e4c257677 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 6fe762edd6dba5d3954162164ef47cc017b7ee5f..c8c583b45abf3e05d2273715b736d028ed38a464 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 bb3c1478013bb45cd40ef42bac2e124cde859ccf..75ac7747ca12aee170555d25cc407be84917302c 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 ff3669a94a0cceae9afd6f6cf51012bef3ff07f3..e6660416777afcb1aa0535a843dd746c089932e4 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 ba0b6a5950ced47d5603983c99b9e1163738c08c..fe8a57b54e266a3bfa4d08830da2ff1952d97243 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 996810bb13fa80004a78e77350d24da6c0247d2d..4068c9fab7471f466ce418b44ae21d6740d91d22 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 bd515aa072fbfda236acec90634bd2abc6a70339..22869084cbf3425f3012ae5814cff491ae99cee1 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 fa983dc55e7df02720800b2ce5c41fc07d1a4330..95dca9f122b1a75d7dc15ccce9933a973b8b4814 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 f1e2bd3edbc329786b03b20886d6d54feb03c60b..1e86cad81f51eefd8e0535f07000d9242d4ebe09 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 9e652d9dd6fe3384b5b234bbe15efc48ff44e9ed..b1be88dd49168734418e34c2d345c44ef1c4cbe9 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 d85f1d0630763f607b0d490edea8c506f23124ca..7d4dab7e3961fdcd114a60e49b5474b95da6639c 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 34864be0468b23b074c38fd134bdf3972729ff64..b1c6f5aaca22a04cb4d3e1c021e34055094ac728 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 ba198a09bd52bd495f406ac3caa405c44c96ea05..e9c8b9143fcdaf8944dff676d665be4077ebb106 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 f43e3ddd5baa6148e1e67229ec9c2a08ae4f1f8d..4e3929a3ef7548206e4e206a4c02ef4f06c05681 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 c2e3ef88dcf481ab7735ee7a283f6ec1d13bacd3..b55a75c6ece71ddfde7621f30ff22a3b445b6986 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 439f867b561a1894925d6a4ee3614c7f25a832e5..e1b4593b7d987b97da43bbc7052595dc0580a0ac 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 32e269f8d0445c0cd7a94543519b19ee2073e7a2..9ebb29d01fdbcaff45cc4a5ff2d6a1da845251aa 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 abce85aed0b7a8115ca2322257370ddc23fd557d..d23c40636a8113d9b0be1c1ca6c42d6272e5da0e 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 c8849bd0986650becbae4762c7e042b6274215cb..5e055ca40cc75f3649c246769b25b5fd8352d944 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 a4b3a5fb5a3a7d06e62a6e542f400f2f5abd22e4..b257dfb3b921ee5e586f8199b1d655b354208944 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 6ef3efbf1a6a91679a167d9c62b627d888f58e3d..c182026a076acb368a7e3439f85deee9c8d0e556 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 016cd0938211bf026b4b2e22d6f90d6af09c6109..c16b8ccce039df36e81502a488062c8590f61630 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 653a28d070575f9bf3d3ff49cc70a802cd5ecabe..50cdb545756705b8a2a4a4c7100cecf5e2a84b31 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 065d2b57c38c0b9daeef82725b43323d7ce68a94..f92dce9fbbd93084dc2d0dd55358d2ea8b4a9446 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 146b19136c1ba757badae2ca3062f8af72511421..10ca607c9bd5c6d18690236897c9414aff40ee47 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 d03e31dfc19b291c6b4fe1b3261086b3aa0e555f..db3a30b072c568ab1a13dd913e262ccaf76e0ce6 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 01b71d2fe0cc49d846a31458173b7365854ab204..611d6dc5c0bf2750d5c7b463a3640302741a869f 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 6795b83f26ab9b5089f14c8f32517b87cbabc47b..731b82434145a99764c9a1501be7d26ec72d7236 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 303d68a212983b599fdd3e289a016477074d4b26..28bf71c0250c9270c9c3ba633b5dd27f40bade9f 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 00759ccff33815a791c0eab060daf3c457aa6f32..36ed8705794e5829a17b8f8d8ad8e2b4acf98f24 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 0d3d1d92aa8ace091b741cac1e544458404ba644..b21a82e593a68368dc819b8a28a3bba16f4233a8 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 9eb9bc4f411713bdcedc8c228340c108f8ccdbbd..95446fe6e9504f5432ba2406c48fa67202ca1665 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 cbb3194dbbf379c712daa9d6e5bbc595fcbdf784..5bfdc897b1ce527e1848e9325be0173086bc0e69 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 3c7d41b32a2dcf871610ba0b8c273d559e4b12ce..6ec1bb66fdd1cd4cc1c215b7d68af4a33e2af631 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 e47c0a90bab9f7b743c2e4ff9289622a971b61de..8dce75d999b0732aeaf5ba201b0e0014b78a81c4 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 42bf7fa6a311399096090619cd71e7890d142b0e..710d1b8bdb00254f528b351204aebf6c52663773 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 38352033bf65da7e2e254fef0deb969e676669a7..10cc9a1bfb56a22a7aed8d7d23d6ce06af22ed17 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 3f89d10708d420a601462f3c9bb743b95a219964..e3e9de3e0b06a329ae5f60e3dbb8d4744eb5c654 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 a281058b9ae63a1b371308365a880739587d9da1..d7d6283776e463b23b153be8a580b981ff2133be 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 06a18c838f2122504326f5e249dd52aa6f767bdb..e2460738949a989e411c9f7ba4400729a2c717c7 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 4f296df04deb9d67a766c89d035f4553a939dc92..c78d40d3a471acd3442bc42c543d29d2d11b951f 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 9132a185a3cd2135494c60315b9ba852541e6eff..8de3de3f2ef8ca3755a449a4dc46dc5fe1b35893 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 6dc0a126cbb03698c4655589d5c70b888cf8127e..4ef016371f13050982b621a9e68621c62c69d296 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 67a72b04f2b6d13deebc2020f67b940bf5a61aea..0e8a2ccfbe326d7e1610be0d5300e106626faec6 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 485d3b03234550b9010679972e57d9207e0b9271..542a1db15108c38280f1aa7498ad661ad1fae51a 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 6126a5a3d71736246fbb1e8702e6022e8abcee34..7f436158e2bb9ad328f28bbe0b48c0b9a31d92cf 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 3f2123fb382a1ae72d040c6417b558ffe32853d2..ff9b552dd8c2a6e5c4b6520d10fcc5aa4059748f 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 790872f47489f29ed0282c3072f95512c18f6f9c..9bf0023cf394331cecd649851e80d21c3ce393c6 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 b31b61da1827fa72892bf9e399dbaaf240981907..514150c4411ffcb2861879e8d36efe2011f736b0 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 05e129b287e62ff2d4f2dd56cc674123c86d1133..15edfbba56805fb86c5d1b41124761d7599f75c4 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 e99aeffa6d5af61d50d1f35569aa989a3807e4a5..bc120b1ebc26f8f0d57145f8ef9cc8b51f877981 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 4c83335afe4c61027d29b5ee837334169411c2c2..dfd7e703eead7c27cb63f9951da1d99526a26a39 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 3b27f0fc8e0bb0812807b69c0f2de8a3df0ae6e6..900f0a9c2d3fa7eb005ec4c6a9ba932bef4a0373 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 1cce267faef20d7ced9165f535fc52c88301fde3..fe706e193ca2e005abb5c9553a787b89455bc061 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 302344afe38bd395adf7c28cff57b2e3c9dc900a..e6492cc34236f24b2bd9283e9e0863251153f1c5 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 ab06522f7b487e793e6459840897e50eaae961b4..cec31359a308b0ade4bc04e5b450a89bd5fca756 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 9e37a095e51bef10eab4daaa7b04552d0dc7e18f..31c3bce5ff22b12e5b9942b3f16b7166e169442f 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 d5e535c5a1fd9a022776c8c1b4a1fbe5f86ccb55..c624d1a5cc1cd129370f4f29294e56d80dda85a4 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 eaf7ffa6b650dbd261a58c5410bab36dba3587a1..5d76064d0198b8c2dd0cab092d882ce88bc4aee2 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 39c5b00005672fb460abe695343400fac1643f10..d9a9905222ef03208224b2f87648ea15eaa59b48 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 a5fb10e0fec4977a95c712609d752a68b96bce21..1b359af82da93c0d3c406341f1aaae0216c0ccc0 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 bfe2ac89fae6baaf709f2fb48673091caf020c1d..3da4f1eb87634c7d7f5571d52cd5584db474d30f 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 c6b9852c5dd275c8bbef85846344370d616d7836..49c99896c84266dc0f8b059582fd9576be40ba8a 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 8a396f149aa5bccd603a4255ca324c4c11d8e76e..d9e357a761f9b334de626286bb429bb77639d9d8 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 17b584cfb19fce432e215e29af9662539c5331b7..afb5eb63080e997d74c23c0eaf37cd822c7b97ed 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 9903d9cd399c52f4e70e1fb090bdf223e916e633..8eaf86571e35386ce409f4c582405efff18efb40 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 8f09661a2a7665e9bf8c80fb19d01e2cdfc26d82..02fc053c07141880aedb8f767806e653cd7afb84 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 b74338b28c09c4d65b6b7aecd50712535f0e8ca9..70103b739a8c0d2c769a1819079dd679a2d3683b 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 723b7739a318a5e880837c953c873932e7a962e8..9dc39b393c646411688a2bb11cc000194f6b46e9 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 2d77d1fdb973eac15b4e0b6c3b05dba1c5ab23d0..702a10322a83b30e9e2c7d1894561d196a25a1cd 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 6d934f68f03067feb5801f6cda44877d1d1c0d82..812874b8db35e78f1a90930500a61474bb6599d8 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 ea845e4d7d1f7b2b4aeb4ca3aac73f9f77e88dd7..7f6bd654aa101bbcad43f950764d6a3301cbbeae 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 b40d7e069dec5d6fc7836b796ab00aeda468adc3..3a39962e62978bd1356e7be2ed3e9dfab3b7fb8e 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 19fbb5269f1545d8256fc594a72f7fcdaad680f1..793173ba9d3135d136b11e9b47461c01c63615c7 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 409d9a5756cc607040507d94909c2cf2cdf6c37d..e0f3edb92e269d30d8db46b75e3eb18ffdfa1f65 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 d7681cd1601e866f41e12b67cee63eeac1194e96..cc70d89592b02f428781bcdec6a77116c8eadb04 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 c01f0101528cd71ca20f35733160e0b26c38ec72..f68cf3adc021aaac3737796271db04c99fce6aeb 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 bf943c757c2c1047af6b464e7c0b209082eb850a..cf55d2b5afae6f4da83d10b3900b1af151affab1 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 0555d1408bbaf0a07097fc50326d4992d214afa9..16c73bf96d2b8a1223671075a4d7d69d8dcb72cb 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 be39f75fd9ff7573afb510c5ee77dceb54036105..91c36b1da486103e9bba3b0ce5fe40e6a3e75d30 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 5495783bb93630297d2e350d4a13b4a04312dd25..54032093294233a0ee5f815d4ac6cef00f0aa030 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 9653f9e450a0ce2458529880602fff5d0500fbda..ab5b0d8fbe50e9c607d4f4aeff3b93900adc045b 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 f5f9f49765501fd03893485d7ac43fd0ab8da8f3..ede62cd233fd0883a6a8eb62f5ff751b25b04a76 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 9709a52e0971b7bab14c2226ce97ede96567a097..1f527ee0dd99b7d639725c823e1d559cb9256c00 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 8ea5e006e0092569ca65782381bc8fdd551602d3..5d332096560e892562b69013955ac39d2abee0a4 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 1bbb352b5e64f11f5d5ad399b901111cd5816ac8..918f0996e91d64d6669ff42fcfdd063e484de2df 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 d227178023b5d5ef8fb60db64d6552a8042ab1a9..258ae018183d93e824f64bcf952ee430d5839ed3 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 265d6ca578756dc1ccca741152d97b846def4d9e..165b3a6a7beaf2d17e65c1a24b36c602a24ac61a 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 e4723cb67a5535659c583dfeb6133bf1964819aa..69c199e489ffd7460b8dd5e2c1c7ae19b3b353f3 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 9bb25fd98c43d7ffdce5d3294ba4c1b83271563e..995a2685233b8d7d1401018ac88de28f2433018e 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 49b9f91d518d82d423e007f4cd822bc71334d03c..d6c24513a1f36b0952ae4f8c1eea3b520ed798af 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 c976908cd3c31b769863d158dc4a4bc04387b448..e75e8f0d8d57870fd9493a4152fbf243816879c5 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 4042ab3faca15a4d2efaa26e3e19284ea76b3760..7de84266d6cd989e2eae149fd5a28dddeb1302e3 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 cf36026f5c28cd35c006c11a5028891e4bd87426..dba64e7bdd4cb3fdb1cfdaf75e5ddbf326b2300f 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 10d7cf8e807792e172603a8993b37e3a850bec91..14dd3ca55ee44c82467fc5fcfaec9c4298b585c9 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>