Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/molecule_fragmentation.cpp

    r49e1ae rb34306  
    1818#include "molecule.hpp"
    1919#include "periodentafel.hpp"
     20#include "World.hpp"
    2021
    2122/************************************* Functions for class molecule *********************************/
     
    843844
    844845  Leaf->BondDistance = mol->BondDistance;
    845   for(int i=NDIM*2;i--;)
    846     Leaf->cell_size[i] = mol->cell_size[i];
    847846
    848847  // first create the minimal set of atoms from the KeySet
     
    16541653  atom *Walker = NULL;
    16551654  atom *OtherWalker = NULL;
     1655  double * const cell_size = World::get()->cell_size;
    16561656  double *matrix = ReturnFullMatrixforSymmetric(cell_size);
    16571657  enum Shading *ColorList = NULL;
Note: See TracChangeset for help on using the changeset viewer.