File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ void pgr_process_ordering(
7272 time_msg (std::string (" processing pgr_sloanOrdering" ).c_str (), start_t , clock ());
7373 break ;
7474 case CUTCHILL:
75- time_msg (std::string (" processing pgr_cuthillMckeeOrdering" ).c_str (), start_t , clock ());
75+ time_msg (std::string (" processing pgr_cuthillMckeeOrdering" ).c_str (), start_t , clock ());
7676 break ;
7777 case KING:
78- time_msg (std::string (" processing pgr_kingOrdering" ).c_str (), start_t , clock ());
78+ time_msg (std::string (" processing pgr_kingOrdering" ).c_str (), start_t , clock ());
7979 break ;
8080 case TOPOSORT:
81- time_msg (std::string (" processing pgr_pgr_topologicalSort " ).c_str (), start_t , clock ());
81+ time_msg (std::string (" processing pgr_topologicalSort " ).c_str (), start_t , clock ());
8282 break ;
8383 default :
8484 break ;
You can’t perform that action at this time.
0 commit comments