Changes in src/molecule_fragmentation.cpp [49e1ae:b34306]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule_fragmentation.cpp
r49e1ae rb34306 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.