From 9b1524ec002de89ba330d9090c11308dbb5b8460 Mon Sep 17 00:00:00 2001 From: evomarc Date: Fri, 5 Nov 2004 08:57:34 +0000 Subject: [PATCH] Added classes to hendle bounds: - eoGeneralRealBound that can be initialized using a string (and hence can be easily read as a parameter) - eoIntBound and all other integer-equivalent of the classes in eoRealBound.h Note that there is no equivalent to eoRealVectorBounds for vector of integers In file eo, I have added the 2 includes of eoRealBounds.h and eoIntBounds.h The first one was already there by chance, through eoUniformInit.h --- eo/src/eo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eo/src/eo b/eo/src/eo index 9ce3f01c..325572d4 100644 --- a/eo/src/eo +++ b/eo/src/eo @@ -127,6 +127,8 @@ // Utils #include +#include // includes eoRealBounds.h +#include // no eoIntVectorBounds // aliens #include