--- trunk/src/selection/HullFinder.cpp 2010/04/22 19:44:57 1439 +++ branches/development/src/selection/HullFinder.cpp 2011/09/12 17:09:26 1618 @@ -95,8 +95,8 @@ namespace OpenMD { surfaceMesh_->computeHull(localSites_); #else sprintf( painCave.errMsg, - "Hullfinder error: Hull calculation not possible without libqhull.\n", - "Please rebuild with Qhull"); + "HullFinder : Hull calculation is not possible without libqhull.\n" + "\tPlease rebuild OpenMD with qhull enabled."); painCave.severity = OPENMD_ERROR; painCave.isFatal = 1; simError();