Ignore:
Timestamp:
May 8, 2010, 12:47:57 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
0341a9
Parents:
25e17e9
Message:

FIX: Memory corruption in particleInfo class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule_geometry.cpp

    r25e17e9 r1de701  
    284284              if ((fabs(tmp)) > BondDistance) {
    285285                flag = false;
    286                 DoLog(0) && (Log() << Verbose(0) << "Hit: atom " << Walker->Name << " in bond " << *(*Runner) << " has to be shifted due to " << tmp << "." << endl);
     286                DoLog(0) && (Log() << Verbose(0) << "Hit: atom " << Walker->getName() << " in bond " << *(*Runner) << " has to be shifted due to " << tmp << "." << endl);
    287287                if (tmp > 0)
    288288                  Translationvector[j] -= 1.;
Note: See TracChangeset for help on using the changeset viewer.