Changeset 661288 for molecuilder/src/molecules.hpp
- Timestamp:
- Apr 28, 2008, 1:53:54 PM (17 years ago)
- Children:
- f5306f
- Parents:
- e565a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
re565a8 r661288 532 532 void FragmentMoleculeByBond(ofstream *out, bond *Bond, molecule **LeftFragment, molecule **RightFragment, bool IsAngstroem, enum CutCyclicBond CutCyclic); 533 533 /// -# BOSSANOVA 534 MoleculeListClass* FragmentBOSSANOVA(ofstream *out, int ANOVAOrder, config *configuration);534 Graph * FragmentBOSSANOVA(ofstream *out, int ANOVAOrder, config *configuration); 535 535 int CreateListOfUniqueFragmentsOfOrder(ofstream *out, int Order, Graph *ListOfGraph, KeySet Fragment, double TEFactor, config *configuration); 536 536 bool BuildInducedSubgraph(ofstream *out, const molecule *Father);
Note:
See TracChangeset
for help on using the changeset viewer.