Skip to content
Snippets Groups Projects
Commit 640fc4c6 authored by Brad Barber's avatar Brad Barber
Browse files

Minor: p4 $Id

parent 6b407609
No related branches found
No related tags found
No related merge requests found
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. ** Copyright (C) 2008-2010 C.B. Barber. All rights reserved.
** $Id: //product/qhull/main/rel/cpp/Qhull.cpp#46 $$Change: 1194 $ ** $Id: //product/qhull/main/rel/cpp/Qhull.cpp#47 $$Change: 1213 $
** $DateTime: 2010/01/23 12:14:35 $$Author: bbarber $ ** $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
** **
****************************************************************************/ ****************************************************************************/
......
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. ** Copyright (C) 2008-2010 C.B. Barber. All rights reserved.
** $Id: //product/qhull/main/rel/cpp/Qhull.h#39 $$Change: 1193 $ ** $Id: //product/qhull/main/rel/cpp/Qhull.h#40 $$Change: 1213 $
** $DateTime: 2010/01/23 11:31:35 $$Author: bbarber $ ** $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
** **
****************************************************************************/ ****************************************************************************/
......
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. ** Copyright (C) 2008-2010 C.B. Barber. All rights reserved.
** $Id: //product/qhull/main/rel/cpp/QhullVertex.cpp#26 $$Change: 1193 $ ** $Id: //product/qhull/main/rel/cpp/QhullVertex.cpp#27 $$Change: 1213 $
** $DateTime: 2010/01/23 11:31:35 $$Author: bbarber $ ** $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
** **
****************************************************************************/ ****************************************************************************/
......
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. ** Copyright (C) 2008-2010 C.B. Barber. All rights reserved.
** $Id: //product/qhull/main/rel/cpp/QhullVertex.h#27 $$Change: 1193 $ ** $Id: //product/qhull/main/rel/cpp/QhullVertex.h#28 $$Change: 1213 $
** $DateTime: 2010/01/23 11:31:35 $$Author: bbarber $ ** $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
** **
****************************************************************************/ ****************************************************************************/
......
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. ** Copyright (C) 2008-2010 C.B. Barber. All rights reserved.
** $Id: //product/qhull/main/rel/cpp/qhulltest/Qhull_test.cpp#40 $$Change: 1194 $ ** $Id: //product/qhull/main/rel/cpp/qhulltest/Qhull_test.cpp#41 $$Change: 1213 $
** $DateTime: 2010/01/23 12:14:35 $$Author: bbarber $ ** $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
** **
****************************************************************************/ ****************************************************************************/
......
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. ** Copyright (C) 2008-2010 C.B. Barber. All rights reserved.
** $Id: //product/qhull/main/rel/cpp/qhulltest/qhulltest.cpp#55 $$Change: 1179 $ ** $Id: //product/qhull/main/rel/cpp/qhulltest/qhulltest.cpp#56 $$Change: 1213 $
** $DateTime: 2010/01/12 19:53:15 $$Author: bbarber $ ** $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
** **
****************************************************************************/ ****************************************************************************/
......
...@@ -29,6 +29,7 @@ gitorious.org/qhull 2010/03/14 ...@@ -29,6 +29,7 @@ gitorious.org/qhull 2010/03/14
Do not print QhullVertex::facetNeighbors is !facetNeighborsDefined() Do not print QhullVertex::facetNeighbors is !facetNeighborsDefined()
- Fixed type of vertex->neighbors in qh_printvoronoi [no effect on results] - Fixed type of vertex->neighbors in qh_printvoronoi [no effect on results]
- Removed unnecessary if statement in qh_printvoronoi - Removed unnecessary if statement in qh_printvoronoi
- index.htm: Add Google Scholar references
------------ ------------
gitorious.org/qhull 2010/01/25 gitorious.org/qhull 2010/01/25
......
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
This allows the user to avoid loading io.o from qhull.a This allows the user to avoid loading io.o from qhull.a
copyright (c) 1993-2010 The Geometry Center. copyright (c) 1993-2010 The Geometry Center.
$Id: //product/qhull/main/rel/src/io.c#39 $$Change: 1193 $ $Id: //product/qhull/main/rel/src/io.c#40 $$Change: 1213 $
$DateTime: 2010/01/23 11:31:35 $$Author: bbarber $ $DateTime: 2010/03/14 19:09:59 $$Author: bbarber $
*/ */
#include "qhull_a.h" #include "qhull_a.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment