ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/md_code/DirectionalAtom.cpp
(Generate patch)

Comparing trunk/mdtools/md_code/DirectionalAtom.cpp (file contents):
Revision 183 by mmeineke, Tue Jul 16 21:38:22 2002 UTC vs.
Revision 184 by mmeineke, Thu Nov 21 20:33:06 2002 UTC

# Line 2 | Line 2 | void DirectionalAtom::setA( double the_A[3][3] ){
2  
3   #include "Atom.hpp"
4  
5 + double* Atom::pos; // the position array
6 + double* Atom::vel; // the velocity array
7 + double* Atom::frc; // the forc array
8 + double* Atom::trq; // the torque vector  ( space fixed )
9 +
10   void DirectionalAtom::setA( double the_A[3][3] ){
11    
12    Axx = the_A[0][0]; Axy = the_A[0][1]; Axz = the_A[0][2];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines