| 72 |
|
|
| 73 |
|
int main(int argc, char *argv []) { |
| 74 |
|
|
| 75 |
– |
//register force fields |
| 76 |
– |
registerForceFields(); |
| 75 |
|
registerLattice(); |
| 76 |
|
|
| 77 |
|
gengetopt_args_info args_info; |
| 125 |
|
/* Build a lattice and get lattice points for this lattice constant */ |
| 126 |
|
vector<Vector3d> sites = nanoParticle.getSites(); |
| 127 |
|
vector<Vector3d> orientations = nanoParticle.getOrientations(); |
| 128 |
+ |
|
| 129 |
+ |
|
| 130 |
|
std::vector<int> vacancyTargets; |
| 131 |
|
vector<bool> isVacancy; |
| 132 |
|
|
| 377 |
|
mol = NewInfo->beginMolecule(mi); |
| 378 |
|
|
| 379 |
|
int l = 0; |
| 380 |
– |
int whichSite = 0; |
| 380 |
|
|
| 381 |
|
for (int i = 0; i < nComponents; i++){ |
| 382 |
|
locator = new MoLocator(NewInfo->getMoleculeStamp(i), |