Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/molecule.hpp

    r244a84 r8ab0407  
    269269  int FragmentMolecule(int Order, config *configuration);
    270270  bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL);
    271   bool StoreAdjacencyToFile(char *path);
     271  bool StoreBondsToFile(char *path, char *filename);
     272  bool StoreAdjacencyToFile(char *path, char *filename);
    272273  bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms);
    273274  bool ParseOrderAtSiteFromFile(char *path);
Note: See TracChangeset for help on using the changeset viewer.