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

Comparing trunk/src/selection/HullFinder.cpp (file contents):
Revision 1439 by chuckv, Thu Apr 22 19:44:57 2010 UTC vs.
Revision 1442 by gezelter, Mon May 10 17:28:26 2010 UTC

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

Comparing trunk/src/selection/HullFinder.cpp (property svn:keywords):
Revision 1439 by chuckv, Thu Apr 22 19:44:57 2010 UTC vs.
Revision 1442 by gezelter, Mon May 10 17:28:26 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines