Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/FragmentationAction/DepthFirstSearchAction.cpp

    r623e89 r920c70  
    77
    88#include "Actions/FragmentationAction/DepthFirstSearchAction.hpp"
     9#include "CommandLineParser.hpp"
    910#include "atom.hpp"
    1011#include "config.hpp"
     
    4546    molecule * const mol = World::getInstance().getMolecule(MoleculeById(0));
    4647    MoleculeLeafClass *Subgraphs = NULL;      // list of subgraphs from DFS analysis
    47     int *MinimumRingSize = new int[mol->getAtomCount()];
     48    int *MinimumRingSize = new int[mol->AtomCount];
    4849    atom ***ListOfLocalAtoms = NULL;
    4950    class StackClass<bond *> *BackEdgeStack = NULL;
Note: See TracChangeset for help on using the changeset viewer.