ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/brains/Snapshot.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/brains/Snapshot.cpp (file contents):
Revision 2592 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2593 by gezelter, Thu Feb 16 22:05:48 2006 UTC

# Line 91 | Line 91 | namespace oopse {
91          sprintf( painCave.errMsg,
92                   "OOPSE is switching from the default Non-Orthorhombic\n"
93                   "\tto the faster Orthorhombic periodic boundary computations.\n"
94 <                 "\tThis is usually a good thing, but if you wan't the\n"
94 >                 "\tThis is usually a good thing, but if you want the\n"
95                   "\tNon-Orthorhombic computations, make the orthoBoxTolerance\n"
96                   "\tvariable ( currently set to %G ) smaller.\n",
97                   orthoTolerance);
# Line 103 | Line 103 | namespace oopse {
103                   "OOPSE is switching from the faster Orthorhombic to the more\n"
104                   "\tflexible Non-Orthorhombic periodic boundary computations.\n"
105                   "\tThis is usually because the box has deformed under\n"
106 <                 "\tNPTf integration. If you wan't to live on the edge with\n"
106 >                 "\tNPTf integration. If you want to live on the edge with\n"
107                   "\tthe Orthorhombic computations, make the orthoBoxTolerance\n"
108                   "\tvariable ( currently set to %G ) larger.\n",
109                   orthoTolerance);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines