Changeset e3d0fe


Ignore:
Timestamp:
Aug 31, 2016, 10:55:23 AM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
FragmentMolecule_checks_bonddegrees, Gui_Fixes
Children:
ca4584
Parents:
56c55f3
Message:

DROPME: Added verbosity to SaturatedFragment.

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/FragmentationAction/FragmentationAction.cpp

    r56c55f3 re3d0fe  
    416416                );
    417417          }
    418           // if already pressent, add to this present list
     418          // if already present, add to this present list
    419419          ASSERT (inserter.second,
    420420              "FragmentationAction::performCall() - other atom "
     
    427427      }
    428428      // and insert
     429      LOG(3, "DEBUG: For atom " << _atom->getId() << " saturation positions: "
     430          << positions_per_neighbor << ".");
    429431      globalsaturationpositions.insert(
    430432          std::make_pair( _atom->getId(),
  • src/Fragmentation/Exporters/SaturatedFragment.cpp

    r56c55f3 re3d0fe  
    227227  // so far, we just have a set of keys. Hence, convert to atom refs
    228228  // and gather all atoms in a vector
     229  LOG(3, "DEBUG: Saturating fragment with FullMolecule " << FullMolecule);
    229230  std::vector<atom *> atoms = gatherAllAtoms(FullMolecule);
    230231
Note: See TracChangeset for help on using the changeset viewer.