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/04/06 11:37:56 by tmaze #+# #+# */
/* Updated: 2019/04/10 14:15:59 by tmaze ### ########.fr */
/* Updated: 2019/04/10 14:53:01 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -58,8 +58,8 @@ static void print_ants(t_lmdata *data, t_ants **ants, char *has_start
ft_putchar('\n');
has_start[it->nb_path] = 0;
it = it->next;
clean_ants(ants);
}
clean_ants(ants);
}
void push_ants(t_lmdata *data, t_ind **paths, int nb_paths)