Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/CyclicStructureAnalysis.hpp

    re73ad9a r07a47e  
    1818
    1919#include "Bond/GraphEdge.hpp"
     20#include "Fragmentation/HydrogenSaturation_enum.hpp"
    2021#include "Helpers/defs.hpp"
    2122#include "types.hpp"
     
    2829{
    2930public:
    30   CyclicStructureAnalysis();
     31  explicit CyclicStructureAnalysis(const enum HydrogenSaturation _saturation);
    3132  ~CyclicStructureAnalysis();
    3233
     
    5859  atom *Root;
    5960
     61  //!> whether to treat hydrogen special or not
     62  const enum HydrogenSaturation saturation;
     63
    6064  bool BackStepping;
    6165  int CurrentGraphNr;
Note: See TracChangeset for help on using the changeset viewer.