Ignore:
Timestamp:
Apr 29, 2008, 7:55:34 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
c510a7
Parents:
16b0c8
Message:

Store/CheckAdj...() now also incorporate bond order to check against.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.hpp

    r16b0c8 r307fd1  
    520520  /// Fragment molecule by two different approaches:
    521521  void FragmentMolecule(ofstream *out, int BottomUpOrder, int TopDownOrder, enum BondOrderScheme Scheme, config *configuration, enum CutCyclicBond CutCyclic);
    522   bool StoreAdjacencyToFile(ofstream *out, char *path);
    523   bool CheckAdjacencyFileAgainstMolecule(ofstream *out, char *path, atom **ListOfAtoms);
     522  bool StoreAdjacencyToFile(ofstream *out, char *path, int bondorder);
     523  bool CheckAdjacencyFileAgainstMolecule(ofstream *out, char *path, atom **ListOfAtoms, int bondorder);
    524524  bool ParseKeySetFile(ofstream *out, char *filename, atom **ListOfAtoms, MoleculeListClass *&FragmentList, bool IsAngstroem);
    525525  bool ScanBufferIntoKeySet(ofstream *out, char *buffer, KeySet &CurrentSet);
Note: See TracChangeset for help on using the changeset viewer.