| # | Line 127 | Line 127 | int main(int argc, char *argv []) { | |
|---|---|---|
| 127 | /* Build a lattice and get lattice points for this lattice constant */ | |
| 128 | vector<Vector3d> sites = nanoParticle.getSites(); | |
| 129 | vector<Vector3d> orientations = nanoParticle.getOrientations(); | |
| 130 | + | |
| 131 | + | |
| 132 | std::vector<int> vacancyTargets; | |
| 133 | vector<bool> isVacancy; | |
| 134 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |