| # | Line 60 | Line 60 | void DirectionalAtom::getA( double the_A[3][3] ){ | |
|---|---|---|
| 60 | the_A[2][2] = Amat[Azz]; | |
| 61 | } | |
| 62 | ||
| 63 | + | void DirectionalAtom::printAmatIndex( void ){ |
| 64 | ||
| 65 | + | std::cerr << "Atom[" << index << "] index =>\n" |
| 66 | + | << "[ " << Axx << ", " << Axy << ", " << Axz << " ]\n" |
| 67 | + | << "[ " << Ayx << ", " << Ayy << ", " << Ayz << " ]\n" |
| 68 | + | << "[ " << Azx << ", " << Azy << ", " << Azz << " ]\n"; |
| 69 | + | } |
| 70 | + | |
| 71 | + | |
| 72 | void DirectionalAtom::getU( double the_u[3] ){ | |
| 73 | ||
| 74 | the_u[0] = sux; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |