Changeset e3d0fe for src/Actions
- Timestamp:
- Aug 31, 2016, 10:55:23 AM (9 years ago)
- Branches:
- FragmentMolecule_checks_bonddegrees, Gui_Fixes
- Children:
- ca4584
- Parents:
- 56c55f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FragmentationAction/FragmentationAction.cpp
r56c55f3 re3d0fe 416 416 ); 417 417 } 418 // if already pres sent, add to this present list418 // if already present, add to this present list 419 419 ASSERT (inserter.second, 420 420 "FragmentationAction::performCall() - other atom " … … 427 427 } 428 428 // and insert 429 LOG(3, "DEBUG: For atom " << _atom->getId() << " saturation positions: " 430 << positions_per_neighbor << "."); 429 431 globalsaturationpositions.insert( 430 432 std::make_pair( _atom->getId(),
Note:
See TracChangeset
for help on using the changeset viewer.