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

Comparing trunk/OOPSE/libmdtools/Atom.cpp (file contents):
Revision 707 by mmeineke, Wed Aug 20 19:42:31 2003 UTC vs.
Revision 999 by chrisfen, Fri Jan 30 15:01:09 2004 UTC

# Line 14 | Line 14 | Atom::Atom(int theIndex, SimState* theConfig) {
14    has_dipole = 0;
15    is_VDW = 0;
16    is_LJ = 0;
17 +  is_charged = 0;
18    
19    index = theIndex;
20    offset = 0;
# Line 55 | Line 56 | void Atom::setCoords(void){
56    else{
57      sprintf( painCave.errMsg,
58               "Attempted to set Atom %d  coordinates with an unallocated "
59 <             "SimState object.\n" );
59 >             "SimState object.\n", index );
60      painCave.isFatal = 1;
61      simError();
62    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines