| # | 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 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |