Ignore:
Timestamp:
May 8, 2008, 3:52:11 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
461e93
Parents:
2b79c3
Message:

new function molecule::CreateMappingLabelsToConfigSequence() creates SortIndex in molecule::FragmentMolecule()

further and now final abstraction of FragmentMolecule()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.hpp

    r2b79c3 rd88597  
    348348  bool StoreKeySetFile(ofstream *out, Graph &KeySetList, char *path);
    349349  bool StoreForcesFile(ofstream *out, MoleculeListClass *BondFragments, char *path, int *SortIndex);
     350  bool CreateMappingLabelsToConfigSequence(ofstream *out, int *&SortIndex);
    350351  bool ScanBufferIntoKeySet(ofstream *out, char *buffer, KeySet &CurrentSet);
    351352  void BreadthFirstSearchAdd(ofstream *out, molecule *Mol, atom **&AddedAtomList, bond **&AddedBondList, atom *Root, bond *Bond, int BondOrder, bool IsAngstroem);
Note: See TracChangeset for help on using the changeset viewer.