mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
9e3da593d2
Avida is an auto-adaptive genetic system designed for ALife research PR: 37268 Submitted by: Jeremy Karlson <karlj000@unbc.ca>
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
--- source/event/event_base.hh.orig Wed Apr 17 21:26:31 2002
|
|
+++ source/event/event_base.hh Wed Apr 17 21:26:41 2002
|
|
@@ -18,6 +18,7 @@
|
|
|
|
#include "../defs.hh"
|
|
#include <values.h>
|
|
+#include <float.h>
|
|
//#include "event_defs.hh"
|
|
|
|
enum eTriggerVariable { UPDATE, GENERATION, IMMEDIATE, UNDEFINED };
|