--- branches/development/src/math/AlphaHull.cpp 2012/01/06 19:03:05 1668 +++ branches/development/src/math/AlphaHull.cpp 2012/04/24 20:40:04 1704 @@ -58,25 +58,14 @@ #include #include "math/AlphaHull.hpp" #include "utils/simError.h" - #ifdef IS_MPI #include #endif +#include "math/qhull.hpp" using namespace OpenMD; #ifdef HAVE_QHULL -extern "C" -{ -#include -#include -#include -#include -#include -#include -#include -#include -} double calculate_circumradius(pointT* p0,pointT* p1,pointT* p2, int dim); AlphaHull::AlphaHull(double alpha) : Hull(), dim_(3), alpha_(alpha), options_("qhull d QJ Tcv Pp") {