ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/math/ConvexHull.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/math/ConvexHull.hpp (file contents):
Revision 3431 by chuckv, Wed May 14 14:31:48 2008 UTC vs.
Revision 3432 by gezelter, Mon Jul 14 12:35:58 2008 UTC

# Line 44 | Line 44
44   *
45   *  Created by Charles F. Vardeman II on 11 Dec 2006.
46   *  @author  Charles F. Vardeman II
47 < *  @version $Id: ConvexHull.hpp,v 1.8 2008-05-14 14:31:48 chuckv Exp $
47 > *  @version $Id: ConvexHull.hpp,v 1.9 2008-07-14 12:35:57 gezelter Exp $
48   *
49   */
50  
# Line 60 | Line 60 | extern "C"
60   extern "C"
61   {
62   #if defined(HAVE_QHULL)
63 < #include "qhull/qhull.h"
64 < #include "qhull/mem.h"
65 < #include "qhull/qset.h"
66 < #include "qhull/geom.h"
67 < #include "qhull/merge.h"
68 < #include "qhull/poly.h"
69 < #include "qhull/io.h"
70 < #include "qhull/stat.h"
63 > #include <qhull/qhull.h>
64 > #include <qhull/mem.h>
65 > #include <qhull/qset.h>
66 > #include <qhull/geom.h>
67 > #include <qhull/merge.h>
68 > #include <qhull/poly.h>
69 > #include <qhull/io.h>
70 > #include <qhull/stat.h>
71   #endif
72   }
73  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines