--- trunk/OOPSE/libmdtools/Atom.cpp 2003/08/12 21:44:06 690 +++ trunk/OOPSE/libmdtools/Atom.cpp 2003/09/25 19:27:15 787 @@ -9,7 +9,7 @@ Atom::Atom(int theIndex, SimState* theConfig) { myConfig = theConfig; hasCoords = false; - + c_n_hyd = 0; has_dipole = 0; is_VDW = 0; @@ -55,7 +55,7 @@ void Atom::setCoords(void){ else{ sprintf( painCave.errMsg, "Attempted to set Atom %d coordinates with an unallocated " - "SimState object.\n" ); + "SimState object.\n", index ); painCave.isFatal = 1; simError(); }