ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/selection/HullFinder.cpp
(Generate patch)

Comparing branches/development/src/selection/HullFinder.cpp (file contents):
Revision 1617 by chuckv, Fri Jul 9 23:08:25 2010 UTC vs.
Revision 1618 by gezelter, Mon Sep 12 17:09:26 2011 UTC

# Line 95 | Line 95 | namespace OpenMD {
95      surfaceMesh_->computeHull(localSites_);
96   #else
97      sprintf( painCave.errMsg,
98 <             "HullFinder error: Hull calculation is not possible without libqhull.\n",
99 <             "Please rebuild OpenMD with qhull enabled.");
98 >             "HullFinder : Hull calculation is not possible without libqhull.\n"
99 >             "\tPlease rebuild OpenMD with qhull enabled.");
100        painCave.severity = OPENMD_ERROR;
101        painCave.isFatal = 1;
102        simError();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines