# # ChangeLog for src/Fragmentation/fragmentation_helpers.hpp # # Generated by Trac 1.4.4 # Jan 4, 2025, 12:56:49 PM Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [851be8] * src/Fragmentation/AdaptivityMap.cpp (modified) * src/Fragmentation/AdaptivityMap.hpp (modified) * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) Moved functions that deal with adaptivity from fragmentation_helpers ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [730d7a] * src/Fragmentation/AdaptivityMap.cpp (added) * src/Fragmentation/AdaptivityMap.hpp (added) * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/Graph.cpp (modified) * src/Fragmentation/Graph.hpp (modified) * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) New class AdaptivityMap and moved some functions from ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [75363b] * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/Graph.cpp (modified) * src/Fragmentation/Graph.hpp (modified) * src/Fragmentation/KeySet.cpp (modified) * src/Fragmentation/KeySet.hpp (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) Extracted functions from fragmentation_helpers and placed them in ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [ba94c5] * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/Fragmentation.hpp (modified) * src/Fragmentation/UniqueFragments.cpp (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) * src/Makefile.am (modified) * src/graph.cpp (deleted) * src/graph.hpp (deleted) * src/molecule.cpp (modified) * src/molecule.hpp (modified) Removed modules graph.[ch]pp. - typedef of KeyStack is placed in ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [dadc74] * src/Fragmentation/BondsPerShortestPath.hpp (modified) * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/Fragmentation.hpp (modified) * src/Fragmentation/Graph.cpp (added) * src/Fragmentation/Graph.hpp (added) * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/PowerSetGenerator.hpp (modified) * src/Fragmentation/UniqueFragments.cpp (modified) * src/Fragmentation/UniqueFragments.hpp (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) * src/graph.cpp (modified) * src/graph.hpp (modified) * src/molecule.hpp (modified) * src/moleculelist.cpp (modified) Extracted Graph (map of KeySets) into own class from graph.hpp. - ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [f67817f] * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/PowerSetGenerator.cpp (added) * src/Fragmentation/PowerSetGenerator.hpp (added) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) * src/molecule.hpp (modified) * src/molecule_fragmentation.cpp (modified) Extracted power set generation into own class PowerSetGenerator. Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [a03d25] * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/UniqueFragments.cpp (added) * src/Fragmentation/UniqueFragments.hpp (added) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) * src/graph.cpp (modified) * src/graph.hpp (modified) * src/molecule_fragmentation.cpp (modified) Placed all routines working on UniqueFragments struct inside this ... Tue, 25 Oct 2011 12:08:02 GMT Frederik Heber [ba1823] * src/Fragmentation/fragmentation_helpers.cpp (added) * src/Fragmentation/fragmentation_helpers.hpp (added) * src/Makefile.am (modified) * src/molecule_fragmentation.cpp (modified) Moved all helpers fragmentation functions into folder src/Fragmentation.