# # ChangeLog for src/Potentials/unittests/CompoundPotentialUnitTest.cpp # # Generated by Trac 1.4.4 # Jan 16, 2025, 12:48:32 AM Mon, 08 Jul 2013 14:22:03 GMT Frederik Heber [7c1091] * src/Fragmentation/Homology/HomologyGraph.cpp (modified) * src/Fragmentation/Homology/HomologyGraph.hpp (modified) * src/Potentials/CompoundPotential.cpp (modified) * src/Potentials/CompoundPotential.hpp (modified) * src/Potentials/unittests/CompoundPotentialUnitTest.cpp (modified) Extended CompoundPotential for multiple occurences of argument ... Mon, 08 Jul 2013 14:22:02 GMT Frederik Heber [7e5b94] * src/Potentials/CompoundPotential.cpp (modified) * src/Potentials/CompoundPotential.hpp (modified) * src/Potentials/Specifics/PairPotential_Morse.cpp (modified) * src/Potentials/unittests/CompoundPotentialUnitTest.cpp (modified) CompoundPotential now combines ConstantPotential and ... Mon, 08 Jul 2013 14:22:01 GMT Frederik Heber [154e88] * src/Fragmentation/Homology/unittests/HomologyGraphUnitTest.cpp (modified) * src/Fragmentation/Homology/unittests/HomologyGraphUnitTest.hpp (modified) * src/Potentials/CompoundPotential.cpp (added) * src/Potentials/CompoundPotential.hpp (added) * src/Potentials/Makefile.am (modified) * src/Potentials/unittests/CompoundPotentialUnitTest.cpp (added) * src/Potentials/unittests/CompoundPotentialUnitTest.hpp (added) * src/Potentials/unittests/Makefile.am (modified) Added CompoundPotential as container for multiple FunctionModels. - ...