Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/molecule.hpp

    rac9b56 r520c8b  
    3333#include "tesselation.hpp"
    3434#include "Patterns/Observer.hpp"
    35 #include "Patterns/Cacheable.hpp"
    3635
    3736/****************************************** forward declarations *****************************/
     
    106105    char name[MAXSTRINGSIZE];         //!< arbitrary name
    107106
    108   private:
    109     Cacheable<string> formula;
    110 
    111107public:
    112108  molecule(const periodentafel * const teil);
     
    116112  const std::string getName();
    117113  void setName(const std::string);
    118   const std::string getFormula();
    119   std::string calcFormula();
    120114
    121115  // re-definition of virtual functions from PointCloud
     
    283277  int FragmentMolecule(int Order, config *configuration);
    284278  bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL);
    285   bool StoreBondsToFile(char *path);
    286279  bool StoreAdjacencyToFile(char *path);
    287280  bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms);
Note: See TracChangeset for help on using the changeset viewer.