# # ChangeLog for src/Fragmentation/Makefile.am # # Generated by Trac 1.4.4 # Jan 4, 2025, 1:47:21 PM Fri, 04 Nov 2011 08:07:54 GMT Frederik Heber [262ecc] * m4/boost.m4 (modified) * src/Fragmentation/Makefile.am (modified) * src/Makefile.am (modified) DISTCHECKFIX: Forgotten .hpp files included. 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 [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 [f0674a] * src/Fragmentation/BondsPerShortestPath.cpp (modified) * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/Fragmentation.hpp (modified) * src/Fragmentation/KeySet.cpp (added) * src/Fragmentation/KeySet.hpp (added) * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/PowerSetGenerator.cpp (modified) * src/Fragmentation/UniqueFragments.cpp (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/graph.cpp (modified) * src/graph.hpp (modified) * src/moleculelist.cpp (modified) Extracted KeySet from graph.hpp and made into distinct class. - ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [246e13] * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Fragmentation/Fragmentation.cpp (moved) * src/Fragmentation/Fragmentation.hpp (added) * src/Fragmentation/Makefile.am (modified) * src/Makefile.am (modified) * src/molecule.hpp (modified) * src/molecule_graph.cpp (modified) Placed FragmentMolecule, FragmentBOSSANOVA and subfunctions into own ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [212c179] * src/Fragmentation/BondsPerShortestPath.cpp (added) * src/Fragmentation/BondsPerShortestPath.hpp (added) * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/PowerSetGenerator.cpp (modified) * src/Fragmentation/PowerSetGenerator.hpp (modified) * src/Fragmentation/UniqueFragments.cpp (modified) * src/Fragmentation/UniqueFragments.hpp (modified) * src/molecule_fragmentation.cpp (modified) Placed all functions related to BondsPerSPList into own class ... 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 [d9a032] * src/Fragmentation/Makefile.am (modified) * src/Makefile.am (modified) Initiated own conveniance library for folder src/Fragmentation. - ... Mon, 17 Oct 2011 20:17:51 GMT Frederik Heber [a9b86d] * src/Dynamics/LinearInterpolationBetweenSteps.hpp (modified) * src/Dynamics/MinimiseConstrainedPotential.cpp (modified) * src/Dynamics/VerletForceIntegration.hpp (modified) * src/Fragmentation/EnergyMatrix.cpp (added) * src/Fragmentation/EnergyMatrix.hpp (added) * src/Fragmentation/ForceMatrix.cpp (added) * src/Fragmentation/ForceMatrix.hpp (added) * src/Fragmentation/HessianMatrix.cpp (added) * src/Fragmentation/HessianMatrix.hpp (added) * src/Fragmentation/KeySetsContainer.cpp (added) * src/Fragmentation/KeySetsContainer.hpp (added) * src/Fragmentation/Makefile.am (added) * src/Fragmentation/MatrixContainer.cpp (added) * src/Fragmentation/MatrixContainer.hpp (added) * src/Fragmentation/analyzer.cpp (modified) * src/Fragmentation/datacreator.cpp (modified) * src/Fragmentation/defs.hpp (added) * src/Fragmentation/helpers.cpp (added) * src/Fragmentation/helpers.hpp (added) * src/Fragmentation/joiner.cpp (modified) * src/Fragmentation/parser.cpp (deleted) * src/Fragmentation/parser.hpp (deleted) * src/Graph/BondGraph.cpp (modified) * src/Makefile.am (modified) * src/UIElements/Makefile.am (modified) * src/atom.cpp (modified) * src/atom_atominfo.cpp (modified) Split up modules parser.[ch]pp into one module per class. - fixed ...