Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
umcommented make_torus
Browse files Browse the repository at this point in the history
  • Loading branch information
Palani Johnson committed Dec 7, 2021
1 parent f28d15b commit 3fd3460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serial_game.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void init_life(
life->buff = strcmp(init_type, "random") || strcmp(init_type, "rand")
? alloc_random_buff(life, op1, op2)
: alloc_buff_from_file(life, init_type, op1, op2);
//make_torus(life);
make_torus(life);
}

void make_torus(struct GameOfLife *life) {
Expand Down

0 comments on commit 3fd3460

Please sign in to comment.