Changeset 830971


Ignore:
Timestamp:
Aug 29, 2008, 10:39:59 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
b562aa
Parents:
ff74f7
Message:

molecule::ScanForPeriodicCorrection() two printfs were commented out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.cpp

    rff74f7 r830971  
    40804080      for (int i=NDIM;i--;) {
    40814081        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;
    40834083        if (tmp > BondDistance) {
    40844084          OtherBinder = Binder->next; // note down binding partner for later re-insertion
     
    40984098      }
    40994099      Translationvector.MatrixMultiplication(matrix);
    4100       *out << Verbose(3) << "Translation vector is ";
     4100      //*out << Verbose(3) << "Translation vector is ";
    41014101      Translationvector.Output(out);
    41024102      *out << endl;
Note: See TracChangeset for help on using the changeset viewer.