Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/molecule.hpp

    r273382 r97ebf8  
    3535#include "Patterns/Observer.hpp"
    3636#include "Patterns/Cacheable.hpp"
     37
     38#include "Descriptors/MoleculeDescriptor_impl.hpp"
    3739
    3840/****************************************** forward declarations *****************************/
     
    8991  friend void DeleteMolecule(molecule *);
    9092  public:
    91     double cell_size[6];//!< cell size
    9293    const periodentafel * const elemente; //!< periodic table with each element
    9394    atom *start;        //!< start of atom list
     
    293294  int FragmentMolecule(int Order, config *configuration);
    294295  bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL);
    295   bool StoreBondsToFile(char *path);
    296   bool StoreAdjacencyToFile(char *path);
     296  bool StoreBondsToFile(char *path, char *filename);
     297  bool StoreAdjacencyToFile(char *path, char *filename);
    297298  bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms);
    298299  bool ParseOrderAtSiteFromFile(char *path);
Note: See TracChangeset for help on using the changeset viewer.