ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Atom.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Atom.hpp (file contents):
Revision 413 by mmeineke, Wed Mar 26 21:54:49 2003 UTC vs.
Revision 597 by mmeineke, Mon Jul 14 21:28:54 2003 UTC

# Line 154 | Line 154 | class DirectionalAtom : public Atom { (public)
154    }
155    virtual ~DirectionalAtom() {}
156  
157 +  void printAmatIndex( void );
158 +
159    int isDirectional(void) { return 1; }
160    
161    void setSSD( int value) { ssdIdentity = value; }
# Line 189 | Line 191 | class DirectionalAtom : public Atom { (public)
191      trq[offsetZ] = 0.0;
192    }
193  
192  double getAxx( void ) { return Amat[Axx]; }
193  double getAxy( void ) { return Amat[Axy]; }
194  double getAxz( void ) { return Amat[Axz]; }
195  
196  double getAyx( void ) { return Amat[Ayx]; }
197  double getAyy( void ) { return Amat[Ayy]; }
198  double getAyz( void ) { return Amat[Ayz]; }
199  
200  double getAzx( void ) { return Amat[Azx]; }
201  double getAzy( void ) { return Amat[Azy]; }
202  double getAzz( void ) { return Amat[Azz]; }
203
194    void getA( double the_A[3][3] ); // get the full rotation matrix
195  
196    double getSUx( void ) { return sux; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines