Ignore:
Timestamp:
Mar 18, 2010, 11:39:57 AM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
ac86192
Parents:
6acc8e4 (diff), 31ccb6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'FixGeneralizeStoreAdjacencyToFile' into Analysis_PairCorrelation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule.hpp

    r6acc8e4 r800dc3  
    268268  int FragmentMolecule(int Order, config *configuration);
    269269  bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL);
    270   bool StoreBondsToFile(char *path);
    271   bool StoreAdjacencyToFile(char *path);
     270  bool StoreBondsToFile(char *path, char *filename);
     271  bool StoreAdjacencyToFile(char *path, char *filename);
    272272  bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms);
    273273  bool ParseOrderAtSiteFromFile(char *path);
Note: See TracChangeset for help on using the changeset viewer.