aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2009-10-04 00:53:28 +0000
committerDimitri Sokolyuk <demon@dim13.org>2009-10-04 00:53:28 +0000
commit149fd867950abe7a134bcba9335b1a70bd9bad3d (patch)
treeb08199e8166ff0a325378c6b6588674f3314bcf0
parent88748e986f9af46bdefda5d0885aa0ac52af8c6c (diff)
undo
-rw-r--r--weasel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/weasel.c b/weasel.c
index 525bd62..49d35dc 100644
--- a/weasel.c
+++ b/weasel.c
@@ -201,7 +201,7 @@ main(int argc, char **argv)
struct intargs args;
extern int LINES;
int population = 1000;
- int mutationrate = 1000; /* 1/n 0.1% */
+ int mutationrate = 100; /* 1/n */
int i, c, t;
while ((c = getopt(argc, argv, "m:p:")) != -1)