# # ChangeLog for tests/regression/Fragmentation/FragmentMolecule # # Generated by Trac 1.4.4 # Apr 17, 2025, 1:02:14 PM Tue, 01 Mar 2011 12:49:28 GMT Frederik Heber [3738f0] * src/Actions/FragmentationAction/CreateAdjacencyAction.cpp (modified) * src/Actions/FragmentationAction/DepthFirstSearchAction.cpp (modified) * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Actions/FragmentationAction/SubgraphDissectionAction.cpp (modified) * src/Actions/MoleculeAction/FillVoidWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/FillWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/SaveAdjacencyAction.cpp (modified) * src/Actions/MoleculeAction/SaveBondsAction.cpp (modified) * src/AtomSet.hpp (modified) * src/bondgraph.cpp (modified) * src/bondgraph.hpp (modified) * src/linkedcell.cpp (modified) * src/linkedcell.hpp (modified) * src/molecule.cpp (modified) * src/molecule.hpp (modified) * src/molecule_fragmentation.cpp (modified) * src/molecule_graph.cpp (modified) * src/unittests/AnalysisBondsUnitTest.cpp (modified) * src/unittests/BondGraphUnitTest.cpp (modified) * src/unittests/CountBondsUnitTest.cpp (modified) * tests/Fragmentations/defs.in (modified) * tests/regression/Fragmentation/FragmentMolecule/testsuite-fragmentation-fragment-molecule.at (modified) * tests/regression/Graph/DepthFirstSearch/testsuite-graph-depth-first-search.at (modified) * tests/regression/Molecules/SaveAdjacency/testsuite-molecules-save-adjacency.at (modified) * tests/regression/Molecules/SaveBonds/testsuite-molecules-save-bonds.at (modified) Moved molecule::CreateAdjacencyList over to class BondGraph. to ... Fri, 04 Feb 2011 19:09:04 GMT Frederik Heber [7811bf] * src/Actions/FragmentationAction/FragmentationAction.def (modified) * tests/regression/Fragmentation/FragmentMolecule-MaxOrder/pre/test.conf (moved) * tests/regression/Fragmentation/FragmentMolecule-MaxOrder/testsuite-fragmentation-fragment-molecule-maxorder.at (added) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragment0.conf (added) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragment0.xyz (moved) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragment1.conf (moved) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragment1.xyz (moved) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragment2.conf (moved) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragment2.xyz (moved) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragment3.conf (moved) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragment3.xyz (moved) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragment4.conf (moved) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragment4.xyz (moved) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragmentAdjacency.dat (moved) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragmentForces-Factors.dat (moved) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragmentKeySets.dat (moved) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragmentOrderAtSite.dat (moved) * tests/regression/Fragmentation/FragmentMolecule/post/BondFragmentTE-Factors.dat (moved) * tests/regression/Fragmentation/FragmentMolecule/post/test.conf (moved) * tests/regression/Fragmentation/FragmentMolecule/pre/test.conf (moved) * tests/regression/Fragmentation/FragmentMolecule/testsuite-fragmentation-fragment-molecule.at (added) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) Changed regression testsuite structure of Fragmentation. - all ...