Skip to content

Commit

Permalink
ready to test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikos-terzo committed Jan 3, 2017
1 parent 4c734a5 commit 5791624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/game-of-life.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ void print(int *board, int N);

/* generate random table */

void generate_table_original (int *board, int N, float threshold);
void generate_table (int *board, int N, float threshold, int nodeID);
void glider(int *board, int N, int nodeID);
void boundar(int *board, int N, int nodeID);

/* display the table with delay and clear console */

void display_table(int *board, int N);
Expand Down

0 comments on commit 5791624

Please sign in to comment.