--- branches/development/src/selection/HullFinder.cpp 2013/04/17 18:24:08 1865 +++ branches/development/src/selection/HullFinder.cpp 2013/04/25 14:32:56 1866 @@ -97,9 +97,9 @@ namespace OpenMD { sprintf( painCave.errMsg, "HullFinder : Hull calculation is not possible without libqhull.\n" "\tPlease rebuild OpenMD with qhull enabled."); - painCave.severity = OPENMD_ERROR; - painCave.isFatal = 1; - simError(); + painCave.severity = OPENMD_ERROR; + painCave.isFatal = 1; + simError(); #endif std::vector sMesh = surfaceMesh_->getMesh();