ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/libmdtools/DUFF.cpp
(Generate patch)

Comparing trunk/OOPSE-1.0/libmdtools/DUFF.cpp (file contents):
Revision 1417 by gezelter, Fri Jul 16 18:58:03 2004 UTC vs.
Revision 1418 by gezelter, Tue Jul 27 16:13:29 2004 UTC

# Line 1171 | Line 1171 | void DUFF::initializeAtoms( int nAtoms, Atom** the_ato
1171          
1172          sprintf( painCave.errMsg,
1173                  "DUFF error: Atom \"%s\" is a dipole, yet no standard"
1174 <                 " orientation was specifed in the BASS file.\n",
1174 >                 " orientation was specifed in the meta-data file.\n",
1175                   currentAtomType->name );
1176          painCave.isFatal = 1;
1177          simError();
# Line 1181 | Line 1181 | void DUFF::initializeAtoms( int nAtoms, Atom** the_ato
1181        if( the_atoms[i]->isDirectional() ){
1182          sprintf( painCave.errMsg,
1183                   "DUFF error: Atom \"%s\" was given a standard "
1184 <                 "orientation in the BASS file, yet it is not a dipole.\n",
1184 >                 "orientation in the meta-data file, yet it is not a dipole.\n",
1185                   currentAtomType->name);
1186          painCave.isFatal = 1;
1187          simError();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines