Skip to content
Snippets Groups Projects
Commit 203c341d authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

the matrix is already built by the graph_build_service or graph_build_tree function

parent 6468a372
No related branches found
No related tags found
No related merge requests found
......@@ -36,14 +36,5 @@ int graph_build_g(graph_t *g, char const *base, char const *treename, uint8_t da
return 0 ;
}
if (!graph_matrix_build(g))
log_warnu_return(LOG_EXIT_ZERO, "build the graph") ;
if (!graph_matrix_analyze_cycle(g))
log_warnu_return(LOG_EXIT_ZERO, "found cycle") ;
if (!graph_matrix_sort(g))
log_warnu_return(LOG_EXIT_ZERO, "sort the graph") ;
return 1 ;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment