1 |
< |
/* Copyright (c) 2006 The University of Notre Dame. All Rights Reserved. |
1 |
> |
/* Copyright (c) 2006, 2009, 2010 The University of Notre Dame. All Rights Reserved. |
2 |
|
* |
3 |
|
* The University of Notre Dame grants you ("Licensee") a |
4 |
|
* non-exclusive, royalty free, license to use, modify and |
48 |
|
|
49 |
|
#include "applications/staticProps/NanoVolume.hpp" |
50 |
|
#include "math/ConvexHull.hpp" |
51 |
+ |
#include "math/AlphaHull.hpp" |
52 |
|
#include "utils/simError.h" |
53 |
|
#include "io/DumpReader.hpp" |
54 |
|
#include "primitives/Molecule.hpp" |
84 |
|
int i,j; |
85 |
|
|
86 |
|
#ifdef HAVE_QHULL |
87 |
< |
ConvexHull* thishull = new ConvexHull(); |
87 |
> |
//ConvexHull* thishull = new ConvexHull(); |
88 |
> |
AlphaHull* thishull = new AlphaHull(2.0); |
89 |
|
#endif |
90 |
|
|
91 |
|
DumpReader reader(info_, dumpFilename_); |