Changeset aa91e63
- Timestamp:
- Sep 10, 2016, 4:14:02 PM (8 years ago)
- Branches:
- SaturateAtoms_singleDegree
- Parents:
- 9ec12c
- git-author:
- Frederik Heber <heber@…> (05/11/16 06:37:28)
- git-committer:
- Frederik Heber <heber@…> (09/10/16 16:14:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Actions/AtomAction/SaturateAction.cpp ¶
r9ec12c raa91e63 97 97 const Vector position = 98 98 (*bonditer)->GetOtherAtom(_atom)->getPosition().getVectorToPoint(_atom->getPosition()); 99 current_positions.push_back(( 1./position.Norm())*position);99 current_positions.push_back((typical_distance/position.Norm())*position); 100 100 number_vacant_positions -= (*bonditer)->getDegree() - 1; 101 101 }
Note:
See TracChangeset
for help on using the changeset viewer.