Changeset e3d0fe for src/Actions


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.

File:
1 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(),
Note: See TracChangeset for help on using the changeset viewer.