Skip to content

Commit

Permalink
Rename tiny_components.hpp to tarjan_scc.hpp
Browse files Browse the repository at this point in the history
Fixes #1561
  • Loading branch information
TheMarex committed Aug 7, 2015
1 parent 7083a36 commit 3572ee3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion contractor/processing_chain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#include "contractor.hpp"
#include "../algorithms/graph_compressor.hpp"
#include "../algorithms/tiny_components.hpp"
#include "../algorithms/tarjan_scc.hpp"
#include "../algorithms/crc32_processor.hpp"
#include "../data_structures/compressed_edge_container.hpp"
#include "../data_structures/deallocating_vector.hpp"
Expand Down
2 changes: 1 addition & 1 deletion tools/components.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include "../typedefs.h"
#include "../algorithms/tiny_components.hpp"
#include "../algorithms/tarjan_scc.hpp"
#include "../algorithms/coordinate_calculation.hpp"
#include "../data_structures/dynamic_graph.hpp"
#include "../data_structures/static_graph.hpp"
Expand Down

0 comments on commit 3572ee3

Please sign in to comment.