--- trunk/OOPSE/libmdtools/DirectionalAtom.cpp 2003/08/12 21:44:06 690 +++ trunk/OOPSE/libmdtools/DirectionalAtom.cpp 2003/10/28 16:03:37 829 @@ -1,4 +1,4 @@ -#include +#include #include "Atom.hpp" #include "simError.h" @@ -39,7 +39,7 @@ void DirectionalAtom::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(); } @@ -58,7 +58,6 @@ double DirectionalAtom::getMu( void ) { else{ return myMu; } - return 0; } void DirectionalAtom::setMu( double the_mu ) {