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 787 by mmeineke, Thu Sep 25 19:27:15 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines