# # ChangeLog for src/Graph/AdjacencyList.hpp # # Generated by Trac 1.4.4 # Jan 9, 2025, 11:47:54 PM Mon, 03 Dec 2012 09:50:01 GMT Frederik Heber [5197e5] * src/Graph/AdjacencyList.cpp (modified) * src/Graph/AdjacencyList.hpp (modified) * src/Graph/unittests/AdjacencyListUnitTest.cpp (modified) * src/Graph/unittests/AdjacencyListUnitTest.hpp (modified) REFACTOR: AdjacencyList's map creations may now create either map. ... Mon, 03 Dec 2012 09:50:01 GMT Frederik Heber [0fad93] * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/Fragmentation.hpp (modified) * src/Graph/AdjacencyList.cpp (moved) * src/Graph/AdjacencyList.hpp (moved) * src/Graph/Makefile.am (modified) * src/Graph/unittests/AdjacencyListUnitTest.cpp (moved) * src/Graph/unittests/AdjacencyListUnitTest.hpp (moved) * src/Graph/unittests/Makefile.am (modified) Renamed CheckAgainstAdjacencyFile -> AdjacencyList. - operator() is ...