a bit more of normalising

normalising lem_in WIP
This commit is contained in:
Tanguy MAZE
2019-04-10 15:35:23 +02:00
parent 5d094ebcaf
commit 8c4a6aac25
4 changed files with 35 additions and 32 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/03/28 16:21:19 by tmaze #+# #+# */
/* Updated: 2019/04/08 18:49:53 by tmaze ### ########.fr */
/* Updated: 2019/04/10 15:00:16 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -93,7 +93,6 @@ t_ind **edmunds_karp(t_lmdata *data, int start_ind, int end_ind)
int nb_path;
nb_path = 0;
ft_printf("data: %p\ndata->adj: %p\n\n", data, data->adj);
if (data && data->adj)
{
bfs(data, tab, start_ind, end_ind);