Ignore:
File:
1 edited

Legend:

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

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