ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/NanoVolume.cpp
(Generate patch)

Comparing trunk/src/applications/staticProps/NanoVolume.cpp (file contents):
Revision 1401 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1402 by chuckv, Fri Jan 8 17:15:27 2010 UTC

# Line 1 | Line 1
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
# Line 48 | Line 48
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"
# Line 83 | Line 84 | void NanoVolume::process() {
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_);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines