Changeset 9565ec for molecuilder/src/molecule_fragmentation.cpp
- Timestamp:
- Mar 3, 2010, 10:13:19 AM (15 years ago)
- Children:
- 5a40b8, 8758eb, bd506d
- Parents:
- 9f03b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule_fragmentation.cpp
r9f03b2 r9565ec 18 18 #include "molecule.hpp" 19 19 #include "periodentafel.hpp" 20 #include "World.hpp" 20 21 21 22 /************************************* Functions for class molecule *********************************/ … … 843 844 844 845 Leaf->BondDistance = mol->BondDistance; 845 for(int i=NDIM*2;i--;)846 Leaf->cell_size[i] = mol->cell_size[i];847 846 848 847 // first create the minimal set of atoms from the KeySet … … 1654 1653 atom *Walker = NULL; 1655 1654 atom *OtherWalker = NULL; 1655 double * const cell_size = World::get()->cell_size; 1656 1656 double *matrix = ReturnFullMatrixforSymmetric(cell_size); 1657 1657 enum Shading *ColorList = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.