Changeset 830971
- Timestamp:
- Aug 29, 2008, 10:39:59 AM (17 years ago)
- Children:
- b562aa
- Parents:
- ff74f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.cpp
rff74f7 r830971 4080 4080 for (int i=NDIM;i--;) { 4081 4081 tmp = fabs(Binder->leftatom->x.x[i] - Binder->rightatom->x.x[i]); 4082 *out << Verbose(3) << "Checking " << i << "th distance of " << *Binder->leftatom << " to " << *Binder->rightatom << ": " << tmp << "." << endl;4082 //*out << Verbose(3) << "Checking " << i << "th distance of " << *Binder->leftatom << " to " << *Binder->rightatom << ": " << tmp << "." << endl; 4083 4083 if (tmp > BondDistance) { 4084 4084 OtherBinder = Binder->next; // note down binding partner for later re-insertion … … 4098 4098 } 4099 4099 Translationvector.MatrixMultiplication(matrix); 4100 *out << Verbose(3) << "Translation vector is ";4100 //*out << Verbose(3) << "Translation vector is "; 4101 4101 Translationvector.Output(out); 4102 4102 *out << endl;
Note:
See TracChangeset
for help on using the changeset viewer.