# | 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(); |
# | Line 0 | Line 1 | |
---|---|---|
1 | + | Author Id Revision Date |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |