ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/ConvexHull.hpp
(Generate patch)

Comparing trunk/src/math/ConvexHull.hpp (file contents):
Revision 1200 by chuckv, Fri Dec 7 00:00:05 2007 UTC vs.
Revision 1242 by chuckv, Wed May 14 14:31:48 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.5 2007-12-07 00:00:05 chuckv Exp $
47 > *  @version $Id: ConvexHull.hpp,v 1.8 2008-05-14 14:31:48 chuckv Exp $
48   *
49   */
50  
# Line 59 | Line 59 | extern "C"
59   #include <string>
60   extern "C"
61   {
62 + #if defined(HAVE_QHULL)
63   #include "qhull/qhull.h"
64   #include "qhull/mem.h"
65   #include "qhull/qset.h"
# Line 67 | Line 68 | extern "C"
68   #include "qhull/poly.h"
69   #include "qhull/io.h"
70   #include "qhull/stat.h"
71 + #endif
72   }
73  
74  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines