Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/molecule_fragmentation.cpp

    rb34306 r49e1ae  
    1818#include "molecule.hpp"
    1919#include "periodentafel.hpp"
    20 #include "World.hpp"
    2120
    2221/************************************* Functions for class molecule *********************************/
     
    844843
    845844  Leaf->BondDistance = mol->BondDistance;
     845  for(int i=NDIM*2;i--;)
     846    Leaf->cell_size[i] = mol->cell_size[i];
    846847
    847848  // first create the minimal set of atoms from the KeySet
     
    16531654  atom *Walker = NULL;
    16541655  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.