| # | Line 20 | Line 20 | class Atom{ (public) | |
|---|---|---|
| 20 | static double* ul; // the lab frame unit directional vector | |
| 21 | static int nElements; | |
| 22 | ||
| 23 | < | static void createArrays (int nElements); |
| 23 | > | static void createArrays (int the_nElements); |
| 24 | static void destroyArrays(void); | |
| 25 | void addAtoms(int nAdded, double* Apos, double* Avel, double* Afrc, | |
| 26 | double* Atrq, double* AAmat, double* Amu, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |