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 30 by mmeineke, Tue Jul 16 21:10:49 2002 UTC vs.
Revision 31 by mmeineke, Tue Jul 16 21:38:22 2002 UTC

# Line 41 | Line 41 | void DirectionalAtom::getA( double the_A[3][3] ){
41  
42   void DirectionalAtom::getA( double the_A[3][3] ){
43    
44 <  A[0][0] = Axx;
45 <  A[0][1] = Axy;
46 <  A[0][2] = Axz;
44 >  the_A[0][0] = Axx;
45 >  the_A[0][1] = Axy;
46 >  the_A[0][2] = Axz;
47  
48 <  A[1][0] = Ayx;
49 <  A[1][1] = Ayy;
50 <  A[1][2] = Ayz;
48 >  the_A[1][0] = Ayx;
49 >  the_A[1][1] = Ayy;
50 >  the_A[1][2] = Ayz;
51  
52 <  A[2][0] = Azx;
53 <  A[2][1] = Azy;
54 <  A[2][2] = Azz;
52 >  the_A[2][0] = Azx;
53 >  the_A[2][1] = Azy;
54 >  the_A[2][2] = Azz;
55   }
56  
57  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines