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

Comparing trunk/OOPSE-4/src/io/MultipoleAtomTypesSectionParser.cpp (file contents):
Revision 2802 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 2803 by chrisfen, Tue Jun 6 18:26:17 2006 UTC

# Line 167 | Line 167 | namespace oopse {
167        RealType trace =  Q[0] + Q[1] + Q[2];
168  
169        if (fabs(trace) > oopse::epsilon) {
170 <        sprintf(painCave.errMsg, "MultipoleAtomTypesSectionParser Error: the trace of qudrupole moments is not zero at line %d\n",
170 >        sprintf(painCave.errMsg, "MultipoleAtomTypesSectionParser Error: the trace of quadrupole moments is not zero at line %d\n",
171                  lineNo);
172          painCave.isFatal = 1;
173          simError();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines