Changeset 04c868 for molecuilder/src/molecules.cpp
- Timestamp:
- Aug 18, 2008, 9:02:34 AM (17 years ago)
- Children:
- 8c3747
- Parents:
- 644ba1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.cpp
r644ba1 r04c868 2845 2845 * \param Order up to how many neighbouring bonds a fragment contains in BondOrderScheme::BottumUp scheme 2846 2846 * \param *configuration configuration for writing config files for each fragment 2847 * \return 1 - continue, 2 - stop (no fragmentation occured) 2847 2848 */ 2848 2849 int molecule::FragmentMolecule(ofstream *out, int Order, config *configuration) … … 2901 2902 Subgraphs->next->AssignKeySetsToFragment(out, this, ParsedFragmentList, ListOfLocalAtoms, FragmentList, (FragmentCounter = 0), false); 2902 2903 2904 // ===== 6b. prepare and go into the adaptive (Order<0), single-step (Order==0) or incremental (Order>0) cycle 2903 2905 KeyStack *RootStack = new KeyStack[Subgraphs->next->Count()]; 2904 2906 AtomMask = new bool[AtomCount+1];
Note:
See TracChangeset
for help on using the changeset viewer.