Change simple algo for adaptive requierement to 02 max + norminette

This commit is contained in:
2026-01-16 12:07:14 +01:00
parent 3887e3b4a5
commit 88b7525bac
6 changed files with 10 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ void bucket_algo(t_stacks *stacks, t_tab *preset, int range)
t_tab *tmp;
tmp = preset;
while(stacks->a)
while (stacks->a)
pb(stacks);
while (preset)
{