Ignore:
Timestamp:
Aug 18, 2008, 9:02:34 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
8c3747
Parents:
644ba1
Message:

tiny comments and docu update for FragmentMolecule()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.cpp

    r644ba1 r04c868  
    28452845 * \param Order up to how many neighbouring bonds a fragment contains in BondOrderScheme::BottumUp scheme
    28462846 * \param *configuration configuration for writing config files for each fragment
     2847 * \return 1 - continue, 2 - stop (no fragmentation occured)
    28472848 */
    28482849int molecule::FragmentMolecule(ofstream *out, int Order, config *configuration)
     
    29012902  Subgraphs->next->AssignKeySetsToFragment(out, this, ParsedFragmentList, ListOfLocalAtoms, FragmentList, (FragmentCounter = 0), false);
    29022903
     2904  // ===== 6b. prepare and go into the adaptive (Order<0), single-step (Order==0) or incremental (Order>0) cycle
    29032905  KeyStack *RootStack = new KeyStack[Subgraphs->next->Count()];
    29042906  AtomMask = new bool[AtomCount+1];
Note: See TracChangeset for help on using the changeset viewer.