--- branches/development/src/selection/HullFinder.cpp 2010/07/09 23:08:25 1465 +++ 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 is not possible without libqhull.\n", - "Please rebuild OpenMD with qhull enabled."); + "HullFinder : Hull calculation is not possible without libqhull.\n" + "\tPlease rebuild OpenMD with qhull enabled."); painCave.severity = OPENMD_ERROR; painCave.isFatal = 1; simError();