<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -325,12 +325,19 @@ static void mainloop(cairo_surface_t * pngsurf)
 
         teststep++;
 
-#ifdef QUITFAST
+#ifdef TIMELIMIT
         struct timeval t;
         gettimeofday(&amp;t, NULL);
-        if(t.tv_sec - start.tv_sec &gt; QUITFAST)
+        if(t.tv_sec - start.tv_sec &gt; TIMELIMIT)
         {
             printf(&quot;%0.6f\n&quot;, ((MAX_FITNESS-lowestdiff) / (float)MAX_FITNESS)*100);
+#ifdef DUMP
+            char filename[50];
+            sprintf(filename, &quot;%d.data&quot;, getpid());
+            FILE * f = fopen(filename, &quot;w&quot;);
+            fwrite(dna_best, sizeof(shape_t), NUM_SHAPES, f);
+            fclose(f);
+#endif
             return;
         }
 #else</diff>
      <filename>mona.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3b511f07d713ef9863fb232b362717be668545b9</id>
    </parent>
  </parents>
  <author>
    <name>Nick Welch</name>
    <email>mack@incise.org</email>
  </author>
  <url>http://github.com/mackstann/mona/commit/746867e2e6e310bd20c9303498fe04a6d1b79179</url>
  <id>746867e2e6e310bd20c9303498fe04a6d1b79179</id>
  <committed-date>2008-12-18T23:20:14-08:00</committed-date>
  <authored-date>2008-12-18T23:20:14-08:00</authored-date>
  <message>dump data</message>
  <tree>1e65c452dde00b3806aaec5f68c0496b30a9d467</tree>
  <committer>
    <name>Nick Welch</name>
    <email>mack@incise.org</email>
  </committer>
</commit>
