From ede9d7f38235702021aba12592618b11284e88d0 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 5 Oct 2009 02:02:59 +0000 Subject: be more verbose at end --- weasel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/weasel.c b/weasel.c index 8712a5e..3fcca5c 100644 --- a/weasel.c +++ b/weasel.c @@ -268,7 +268,8 @@ main(int argc, char **argv) pthread_mutex_destroy(&mutexsum); free(threads); - printw("\nhalted after %d generations\n", nthreads * i / population); + printw("\nhalted after %d generations of %d population (%d births)\n", + nthreads * i / population, population, nthreads * i); refresh(); endwin(); -- cgit v1.2.3