--- trunk/OOPSE/libmdtools/DirectionalAtom.cpp 2003/03/21 17:42:12 378 +++ trunk/OOPSE/libmdtools/DirectionalAtom.cpp 2003/03/26 22:02:36 414 @@ -2,14 +2,8 @@ double* Atom::pos; // the position array #include "Atom.hpp" -double* Atom::pos; // the position array -double* Atom::vel; // the velocity array -double* Atom::frc; // the forc array -double* Atom::trq; // the torque vector ( space fixed ) -double* Atom::Amat; // the rotation matrix -double* Atom::mu; // the array of dipole moments -double* Atom::ul; // the lab frame unit directional vector + void DirectionalAtom::setA( double the_A[3][3] ){ Amat[Axx] = the_A[0][0]; Amat[Axy] = the_A[0][1]; Amat[Axz] = the_A[0][2];