This commit is contained in:
97littleleaf11 2023-03-03 03:04:05 +08:00
parent 6a1a8b00f2
commit 4d37a69921

View File

@ -178,6 +178,6 @@ template <typename GraphT> class TarjanSCC
unsigned GetComponentID(const NodeID node) const { return components_index[node]; } unsigned GetComponentID(const NodeID node) const { return components_index[node]; }
}; };
} // namespace osrm::extractor } // namespace osrm::util
#endif /* TARJAN_SCC_HPP */ #endif /* TARJAN_SCC_HPP */