--- trunk/OOPSE/libmdtools/Atom.cpp 2003/09/25 19:27:15 787 +++ trunk/OOPSE/libmdtools/Atom.cpp 2004/01/30 15:01:09 999 @@ -14,6 +14,7 @@ Atom::Atom(int theIndex, SimState* theConfig) { has_dipole = 0; is_VDW = 0; is_LJ = 0; + is_charged = 0; index = theIndex; offset = 0;