--- trunk/OOPSE/libmdtools/DirectionalAtom.cpp 2003/07/14 15:04:55 596 +++ trunk/OOPSE/libmdtools/DirectionalAtom.cpp 2003/07/14 21:28:54 597 @@ -60,7 +60,15 @@ void DirectionalAtom::getA( double the_A[3][3] ){ the_A[2][2] = Amat[Azz]; } +void DirectionalAtom::printAmatIndex( void ){ + std::cerr << "Atom[" << index << "] index =>\n" + << "[ " << Axx << ", " << Axy << ", " << Axz << " ]\n" + << "[ " << Ayx << ", " << Ayy << ", " << Ayz << " ]\n" + << "[ " << Azx << ", " << Azy << ", " << Azz << " ]\n"; +} + + void DirectionalAtom::getU( double the_u[3] ){ the_u[0] = sux;