Skip to content

Commit

Permalink
fixed smuos#6, parent should print the results of mean
Browse files Browse the repository at this point in the history
  • Loading branch information
Yumingz committed Sep 30, 2014
1 parent 585d03c commit 87037b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ int main(int argc, char *argv[]) {
else if (rc == 2){
printf("Hello, I am parent, I should print the mean");
int parent = mean(pt, length);
fprintf(stdout, "Mean is: %d\n", parent);
}

}

0 comments on commit 87037b2

Please sign in to comment.